chiark / gitweb /
toolbox-inserts: RatchetHandle, wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 May 2025 14:37:43 +0000 (15:37 +0100)
committerIan 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

index 0be9da203ec93ec0565874831c6763e097440341..75b3f33f63e119d24b101449b3f22c666e64719b 100644 (file)
@@ -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 ====================