From: Ian Jackson Date: Mon, 21 Apr 2025 12:20:33 +0000 (+0100) Subject: toolbox-inserts: adjust by half a unit only in y X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4f9c1127a455c211431090aa150ed5b344850ee8;p=reprap-play.git toolbox-inserts: adjust by half a unit only in y Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 57596ed..7a8cbb5 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -196,9 +196,9 @@ module FullPlate() { ////toplevel linextr(-20, 0) square(1000, center=true); } - for (xi=[-n_x : n_x + 1]) + for (xi=[-n_x : n_x]) for (yi=[-n_y : n_y + 1]) - translate(fixing_pitch * [xi - 0.5, yi - 0.5, 0]) { + translate(fixing_pitch * [xi, yi - 0.5, 0]) { linextr(-20, -below_plane_z + fixing_head_th) circle(r = fixing_head_d/2); linextr(-20, 20)