chiark / gitweb /
toolbox-inserts: driver handle: prep for different fixings
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 27 Apr 2025 17:33:42 +0000 (18:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 27 Apr 2025 17:39:32 +0000 (18:39 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index adf4065843f46484449ce1b78af59d99ef900eda..b761ef48ff1f902d936c7674a3ed8fb2300a6fe5 100644 (file)
@@ -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])