chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4074dea
)
toolbox-inserts: remove edge holes a different way
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 22 Apr 2025 18:02:54 +0000
(19:02 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 22 Apr 2025 18:03:14 +0000
(19:03 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad
patch
|
blob
|
history
diff --git
a/toolbox-inserts.scad
b/toolbox-inserts.scad
index db37bab2fae3dcc85b7cfce7f52afaf5189d4235..076ac6e2d0119353465418ef2b50f739aba22115 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-198,6
+198,7
@@
module AtFixings() {
for (yi=[
for (yi = [-n_y : n_y + 1]) yi - 0.5
])
+ if (( n_y - abs(yi) ) + ( n_x - abs(xi) ) > 1.25)
translate(fixing_pitch * [xi, yi, 0]) {
children();
}