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:
66018f1
)
toolbox-inserts: move a -0.5
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 22 Apr 2025 18:01:24 +0000
(19:01 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 22 Apr 2025 18:03:11 +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 75518aac3d144ee3e1369cef1b4f2ecb1f04acea..db37bab2fae3dcc85b7cfce7f52afaf5189d4235 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-195,8
+195,10
@@
module AtFixings() {
for (xi=[-n_x : n_x])
if (xi != 0)
- for (yi=[-n_y : n_y + 1])
- translate(fixing_pitch * [xi, yi - 0.5, 0]) {
+ for (yi=[
+ for (yi = [-n_y : n_y + 1]) yi - 0.5
+ ])
+ translate(fixing_pitch * [xi, yi, 0]) {
children();
}
}