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:
98ca618
)
toolbox-inserts: gaps, height
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 22:13:54 +0000
(23:13 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 22:14:10 +0000
(23:14 +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 9d09851038974b38d7c3833665f26374f93511ef..0d3b2f27034bc5a321143282f44bed267ef37c6e 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-3,6
+3,7
@@
include <utils.scad>
well_surround_wall = 2.5;
+well_stiffening_height = 5;
driver_handle_shaft_l = 68.2 + 0.75;
driver_handle_total_l = 152.8 + 0.75;
@@
-59,7
+60,7
@@
module WellSurround(half_height, gaps, wall=well_surround_wall) {
for (gap=gaps) {
linextr_x_yz(gap[0] - wall/2, gap[1] + wall/2)
- rectfromto([ -100, -wall/2 ], [ 100,100 ]);
+ rectfromto([ -100, -wall/2
+ well_stiffening_height
], [ 100,100 ]);
}
}
}