From 1208dd69252a984f2ce75bd6abc521e82c6db9af Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 27 Apr 2025 19:47:04 +0100 Subject: [PATCH] toolbox-inserts: driver handle: remove protruding end 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 1ab2cd2..9c8537d 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,3,4,5,6,7,8,9,10, 12]) + for (x = [0, 2,3,4,5,6,7,8,9, 11]) for (y = [-0.5, +0.5]) [ [ x, y ] ] ], offset=[-5, 0]) -- 2.30.2