From 39deb571ba6bc28b9e7c8744a1a2a43c6975acee Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Apr 2025 19:02:54 +0100 Subject: [PATCH] toolbox-inserts: remove edge holes a different way Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index db37bab..076ac6e 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -198,6 +198,7 @@ module AtFixings() { for (yi=[ for (yi = [-n_y : n_y + 1]) yi - 0.5 ]) + if (( n_y - abs(yi) ) + ( n_x - abs(xi) ) > 1.25) translate(fixing_pitch * [xi, yi, 0]) { children(); } -- 2.30.2