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:
9850a0b
)
toolbox-inserts: RatchetHandle wip
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 9 May 2025 14:18:34 +0000
(15:18 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 9 May 2025 14:18:34 +0000
(15:18 +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 68191352eef927fd7d7740af29f72d1175a4dcd5..ba5aaa74994bdb357e9c0ae60231a108904f2525 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-353,14
+353,20
@@
module AtPlateFixings() {
//---------- RatchetHandle ----------
module RatchetHandlePositive() { ////toplevel
+ xhe = -87.0 + 0.5;
+ xs1 = -40.0;
xh1 = 14.0;
+ head_y = 12.1 + 0.5;
+ head_d0 = 26.5;
+ head_xmid = (xs1 + xhe)/2;
hull(){
translate([xh1, 0,0])
linextr_x_yz(0, 0.1)
rotate(90)
oval([ 21.8, 18.1 ]/2);
- translate([63.1, 0,0])
+
+ translate([63.1 + 0.5, 0,0])
linextr_x_yz(-0.1, 0)
rotate(90)
oval([ 23.5, 16.8 ]/2);