From 021ba90eed308e98bb87658d09966577d65e6583 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 May 2025 15:18:34 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle wip Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 6819135..ba5aaa7 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -353,14 +353,20 @@ module AtPlateFixings() { //---------- RatchetHandle ---------- module RatchetHandlePositive() { ////toplevel + xhe = -87.0 + 0.5; + xs1 = -40.0; xh1 = 14.0; + head_y = 12.1 + 0.5; + head_d0 = 26.5; + head_xmid = (xs1 + xhe)/2; hull(){ translate([xh1, 0,0]) linextr_x_yz(0, 0.1) rotate(90) oval([ 21.8, 18.1 ]/2); - translate([63.1, 0,0]) + + translate([63.1 + 0.5, 0,0]) linextr_x_yz(-0.1, 0) rotate(90) oval([ 23.5, 16.8 ]/2); -- 2.30.2