chiark / gitweb /
toolbox-inserts: driver holder, add flexibility
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 May 2025 22:26:40 +0000 (23:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 May 2025 23:11:52 +0000 (00:11 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

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