From: Ian Jackson Date: Tue, 22 Apr 2025 18:02:54 +0000 (+0100) Subject: toolbox-inserts: remove edge holes a different way X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=39deb571ba6bc28b9e7c8744a1a2a43c6975acee;p=reprap-play.git toolbox-inserts: remove edge holes a different way Signed-off-by: Ian Jackson --- 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(); }