From 4f6079fa5b0c95f4491b61e133f2990c068d680c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 10 Jun 2025 12:12:43 +0100 Subject: [PATCH] toolbox-inserts: bits: magnet base layer: adjust magnet_th I think this will work better with the new base. Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 2e301e6..1c699aa 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -77,7 +77,7 @@ bit_around_mag_r = 0.75; // unused bit_around_bit_wall = 2.0; bit_registration_wall = 1.0; bit_registration_wall_gap = 0.33; -bit_mag_th = 1.0 - 0.400; +bit_mag_th = 1.0 - 0.200; bit_h = 10; bit_fixing_depth = 6.0; -- 2.30.2