From: Ian Jackson Date: Thu, 22 May 2025 22:24:37 +0000 (+0100) Subject: toolbox-inserts: RatchetHandle: adjust switch recess X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0cf686bd3d08cb19dd83e0a5dafcdf471c1fe0e5;p=reprap-play.git toolbox-inserts: RatchetHandle: adjust switch recess Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 48468cf..ddbb15d 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -458,8 +458,8 @@ module RatchetHandlePositive() { ////toplevel // direction switch protrusion linextr(-100, 100) - rectfromto([ -66.5 -0.5, 0 ], - [ -47.7 +0.5, head_y/2 + 2.8 + 0.5 ]); + rectfromto([ -65.5 -0.5, 0 ], + [ -45.7 +0.5, head_y/2 + 2.8 + 0.5 ]); } }