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:
f57b12d
)
toolbox-inserts: deradius (from test/consultation)
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 6 May 2025 19:09:04 +0000
(20:09 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 6 May 2025 19:09:24 +0000
(20:09 +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 593e3a0d8a301e40e337c841bb443aa1b76cf693..2f26c7ad86ac4c2c70e808f44c5ffc6d36d0d492 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-5,7
+5,7
@@
include <threads.scad>
box_y = 149.4 - 0.5;
box_x = 309.2 - 0.5;
-box_cnr_r = 2
6.5 + 3
;
+box_cnr_r = 2
3.0
;
box_main_z = 35.0 - 0.5;
box_edge_z_hindent = 0.5;
box_edge_width = 16;
@@
-345,7
+345,7
@@
module AtPlateFixings() {
])
for (yi=[-n_y : n_y])
if (!( yi >= -3 && yi < 2 ))
- if (( n_y - abs(yi) ) + ( n_x - abs(xi) ) >
0
.25)
+ if (( n_y - abs(yi) ) + ( n_x - abs(xi) ) >
-1
.25)
translate(fixing_pitch * [xi, yi, 0]) {
children();