From 98ca6185ec52c9cd8e3922413c5b8d4f40c18d57 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Apr 2025 23:03:30 +0100 Subject: [PATCH] toolbox-inserts: gaps Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 961df0d..9d09851 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -68,7 +68,8 @@ module WellSurround(half_height, gaps, wall=well_surround_wall) { module DriverHandleHolder() { ////toplevel WellSurround(driver_handle_handle_d/2, [ - [ driver_handle_shaft_l, driver_handle_shaft_l + 50 ], + [ 15, driver_handle_shaft_l - 15 ], + [ driver_handle_shaft_l + 15, driver_handle_shaft_l + 45 ], ]) DriverHandlePositive(); } -- 2.30.2