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:
b23a047
)
toolbox-inserts: RatchetHandle: adjust shaft near grip
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 22 May 2025 22:21:28 +0000
(23:21 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 22 May 2025 22:21:34 +0000
(23:21 +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 56e4682faa76ffd317d990675c2cdbadddfe01c5..4e87becb8888eeca09ac0f76d14ca1784707d2a4 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-431,6
+431,15
@@
module RatchetHandlePositive() { ////toplevel
// main part of shaft
linextr_x_yz(head_xmid, 1)
circle(r = ratchet_handle_shaft_main_d /2);
+
+ // shaft, near handle, where it gets wider
+ hull(){
+ translate([-5.5, 0,0])
+ linextr_x_yz(0, 0.1)
+ circle(r = ratchet_handle_shaft_main_d /2);
+ linextr_x_yz(0, 0.1)
+ circle(r = (12.65 + 0.5) /2);
+ }
}
// head (and ratchet control switch)