From: Ian Jackson Date: Thu, 22 May 2025 22:21:28 +0000 (+0100) Subject: toolbox-inserts: RatchetHandle: adjust shaft near grip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=75624c448c4d141a0489a1f836a31c54ff419a32;p=reprap-play.git toolbox-inserts: RatchetHandle: adjust shaft near grip Signed-off-by: Ian Jackson --- 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)