From 1efbfa0d59f7326a8a726a294797c59932287f2f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 May 2025 23:26:40 +0100 Subject: [PATCH] toolbox-inserts: driver holder, add flexibility 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 a7f1f45..7e881c6 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -37,7 +37,7 @@ fixing_receptacle_d = 4 + 2.5 + 2.5; fixing_surround_ceil = 0.4; well_surround_wall = 2.5; -well_stiffening_height_min = 5; +well_stiffening_height_min = 8; plate_unholed_edge_w = 3; plate_mid_gap = 0.5; @@ -324,7 +324,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, 11]) + for (x = [0: 11]) for (y = [-0.5, +0.5]) [ [ x, y ] ] ], offset=[-5, 0]) -- 2.30.2