From: Ian Jackson Date: Sun, 27 Apr 2025 18:17:50 +0000 (+0100) Subject: toolbox-inserts: driver handle: more fixings X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cd04370b002cfd891dad1f392f1424b59ddb26d2;p=reprap-play.git toolbox-inserts: driver handle: more fixings Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 0123c8d..1ab2cd2 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -168,7 +168,7 @@ module DriverHandleHolder() { ////toplevel [ 15, driver_handle_shaft_l - 15 ], [ driver_handle_shaft_l + 15, driver_handle_shaft_l + 45 ], ], [ - for (x = [0: 2: 12]) + for (x = [0, 2,3,4,5,6,7,8,9,10, 12]) for (y = [-0.5, +0.5]) [ [ x, y ] ] ], offset=[-5, 0])