chiark / gitweb /
toolbox-inserts: RatchetHandle: adjust shaft near grip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 22 May 2025 22:21:28 +0000 (23:21 +0100)
committerIan 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

index 56e4682faa76ffd317d990675c2cdbadddfe01c5..4e87becb8888eeca09ac0f76d14ca1784707d2a4 100644 (file)
@@ -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)