From cd04370b002cfd891dad1f392f1424b59ddb26d2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 27 Apr 2025 19:17:50 +0100 Subject: [PATCH] toolbox-inserts: driver handle: more fixings Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.30.2