From 732aae91bf57b2de9a53319c7e6fa926810eea5c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 May 2025 15:21:47 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle wip Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index ba5aaa7..50c0a39 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -373,6 +373,13 @@ module RatchetHandlePositive() { ////toplevel } linextr_x_yz(0, xh1) circle(r = 19.0/2); + linextr_x_yz(head_xmid, 1) + circle(r = 10.0 /2); + linextr_y_xz(-head_y/2, head_y/2) { + rotate(180) + translate([ head_xmid, 0,0 ]) + oval([ xs1 - xhe, head_d0 ]/2); + } } //==================== tests and demos ==================== -- 2.30.2