From af2b81afa1eda2792a16e1134c86fa3096c96870 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 May 2025 15:37:43 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle, wip Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 0be9da2..75b3f33 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -391,6 +391,11 @@ module RatchetHandlePositive() { ////toplevel translate([ head_xmid, 0,0 ]) oval([ xh1 - xhe, head_d0 ]/2); } + + // business end: 1/4" square driver protruding from head + translate([ -74.2, 0, 0]) + linextr_y_xz(-(head_y/2 + 9.0), 0) + circle(r = 8.3 /2); } //==================== tests and demos ==================== -- 2.30.2