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:
a105611
)
toolbox-inserts: gaps
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 22:03:30 +0000
(23:03 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 22:03:30 +0000
(23: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 961df0d8add8b00785f2018ccd2d11f3b97591a4..9d09851038974b38d7c3833665f26374f93511ef 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-68,7
+68,8
@@
module WellSurround(half_height, gaps, wall=well_surround_wall) {
module DriverHandleHolder() { ////toplevel
WellSurround(driver_handle_handle_d/2, [
- [ driver_handle_shaft_l, driver_handle_shaft_l + 50 ],
+ [ 15, driver_handle_shaft_l - 15 ],
+ [ driver_handle_shaft_l + 15, driver_handle_shaft_l + 45 ],
])
DriverHandlePositive();
}