From 185491ecb52b1fe912846aae7c9f617eb259f99c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Apr 2025 12:29:52 +0100 Subject: [PATCH] toolbox-inserts: more holes Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.30.2