From 74d165ab1a4dd78a309cfbac5e1fad2363af5408 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 20 May 2025 20:19:50 +0100 Subject: [PATCH] toolbox-inserts: wip Bits 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 b9b1d58..daa363d 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -482,7 +482,7 @@ bitholder_sz = [ bit_pitch_x * (bit_n_x -1), bit_pitch_y * (bit_n_y -1) ] - + [2,2] * bit_around_bit_wall; + + [2,2] * (bit_bit_d/2 + bit_around_bit_wall); module BitHolderOuterPlan() { square(bitholder_sz, center=true); -- 2.30.2