From 75624c448c4d141a0489a1f836a31c54ff419a32 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 22 May 2025 23:21:28 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle: adjust shaft near grip Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 56e4682..4e87bec 100644 --- 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) -- 2.30.2