From: Ian Jackson Date: Sun, 27 Apr 2025 17:33:42 +0000 (+0100) Subject: toolbox-inserts: driver handle: prep for different fixings X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=940bb8f13cc0c6e14e1f3f58f5518f7853a5f10c;p=reprap-play.git toolbox-inserts: driver handle: prep for different fixings Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index adf4065..b761ef4 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 = concat([for (x = [0: 2: 12]) x])) for (y = [-0.5, +0.5]) [ [ x, y ] ] ], offset=[-5, 0])