From: Ian Jackson Date: Sun, 27 Apr 2025 17:43:09 +0000 (+0100) Subject: toolbox-inserts: shuffle so cut is between hole lines X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=775cf265fb2975b916e65a308104901969a2a452;p=reprap-play.git toolbox-inserts: shuffle so cut is between hole lines Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 8b5a298..0123c8d 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -217,11 +217,11 @@ module AtFixings() { n_y = floor((box_y / fixing_pitch - 1.0) / 2); for (xi=[ - for (xi= [-n_x : n_x]) - xi + for (xi= [-n_x : n_x + 1]) + xi - 0.5 ]) for (yi=[-n_y : n_y]) -// if (( n_y - abs(yi) ) + ( n_x - abs(xi) ) > 1.25) + if (( n_y - abs(yi) ) + ( n_x - abs(xi) ) > 0.25) translate(fixing_pitch * [xi, yi, 0]) { children(); } @@ -323,7 +323,7 @@ module OdAt(x,y) { module OverallDemo() { ////toplevel color("grey") BoxBottomModel(); color("blue") FullPlate(); - color("red") OdAt(-6, -4.5) DriverHandleHolder(); + color("red") OdAt(-5.5, -4.5) DriverHandleHolder(); } module OverallDemoLidded() { ////toplevel