From: Ian Jackson Date: Mon, 21 Apr 2025 11:29:52 +0000 (+0100) Subject: toolbox-inserts: more holes X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=185491ecb52b1fe912846aae7c9f617eb259f99c;p=reprap-play.git toolbox-inserts: more holes Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 1f63849..5cf5917 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -127,8 +127,8 @@ module DriverHandleHolder() { ////toplevel [ 15, driver_handle_shaft_l - 15 ], [ driver_handle_shaft_l + 15, driver_handle_shaft_l + 45 ], ], [ - for (x = [0, 10]) - for (y = [-0.5, +0.5]) + for (x = [0: 2: 14]) + for (y = [-0.5, +0.5]) [ [ x, y ] ] ], offset=[-5, 0]) DriverHandlePositive();