From 9ae3bb167b94c46e0b5f4f47c3b1fbd1b995c51d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 May 2025 17:14:19 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle, break out ratchet_handle_grip_end_h Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 81cdf2a..81387eb 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -51,6 +51,7 @@ driver_handle_handle_rear_d = 21.7 / cos(30) + 0.50; driver_handle_handle_front_l = 20; ratchet_handle_head_d0 = 26.5; // diam of nominal circle (width laid down) +ratchet_handle_grip_end_h = 23.5; // height of handle at far end (width l.d.) $fs = 0.1; $fa = 3; @@ -380,7 +381,7 @@ module RatchetHandlePositive() { ////toplevel translate([63.1 + 0.5, 0,0]) linextr_x_yz(-0.1, 0) rotate(90) - oval([ 23.5, 16.8 ]/2); + oval([ ratchet_handle_grip_end_h, 16.8 ]/2); } // grip, circular part at inner end -- 2.30.2