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:
c4b9ec8
)
toolbox-inserts: RatchetHandle, wip
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 9 May 2025 14:37:43 +0000
(15:37 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 9 May 2025 14:37:43 +0000
(15:37 +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 0be9da203ec93ec0565874831c6763e097440341..75b3f33f63e119d24b101449b3f22c666e64719b 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-391,6
+391,11
@@
module RatchetHandlePositive() { ////toplevel
translate([ head_xmid, 0,0 ])
oval([ xh1 - xhe, head_d0 ]/2);
}
+
+ // business end: 1/4" square driver protruding from head
+ translate([ -74.2, 0, 0])
+ linextr_y_xz(-(head_y/2 + 9.0), 0)
+ circle(r = 8.3 /2);
}
//==================== tests and demos ====================