From c6073a8497a3be1b0e58f8d7c1e4e36a17f36dca Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 20 May 2025 20:57:50 +0100 Subject: [PATCH] toolbox-inserts: Bits: prep for fixings Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 30e6c25..769acef 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -69,6 +69,8 @@ bit_registration_wall_gap = 0.33; bit_mag_th = 1.0 + 0.125; bit_h = 10; +bit_holder_offset = [0, -4]; + $fs = 0.1; $fa = 3; $screw_test = false; @@ -681,7 +683,7 @@ module OverallDemo() { ////toplevel color("blue") RightPlate(); color("red") OdAt(-5.5, -4.5) DriverHandleHolder(); color("red") OdAt(+0.5, +4.5) RatchetHandleHolder(); - OdAt(+0.5, +2.25) { + OdAt(0, +2.5) translate(concat(bit_holder_offset, [0])) { color("brown") BitBitHolder(); color("green") BitMagnetHolder(); } -- 2.30.2