From: Ian Jackson Date: Sun, 20 Apr 2025 22:03:30 +0000 (+0100) Subject: toolbox-inserts: gaps X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=98ca6185ec52c9cd8e3922413c5b8d4f40c18d57;p=reprap-play.git toolbox-inserts: gaps Signed-off-by: Ian Jackson --- 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(); }