From b1da6b69ce91f1329333f81baca326888b9f696a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 May 2025 16:30:36 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle, control switch Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 049e6b6..4d6ea5b 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -398,6 +398,10 @@ module RatchetHandlePositive() { ////toplevel // select main part linextr_y_xz(-head_y/2, head_y/2) square(200, center=true); + + linextr(-100, 100) + rectfromto([ -66.5 -0.5, 0 ], + [ -47.7 +0.5, head_y/2 + 2.8 + 0.5 ]); } } -- 2.30.2