From d61c3e35470e9e93c58ddd1c62c5a122310d639d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Apr 2025 11:59:22 +0100 Subject: [PATCH] toolbox-inserts: WellSurround: indicative Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 59f2f8f..def23d5 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -13,6 +13,7 @@ below_plane_z = 4.5; fixing_pitch = 10; fixing_depth = 6; +fixing_nom_d = 4; fixing_receptacle_d = 4 + 2.5 + 2.5; @@ -98,8 +99,10 @@ module WellSurround( circle(r= fixing_receptacle_d/2); } } - AtFixingPositions(hull_group) - %linextr(0, 30) circle(r= 0.5, $fn=4); + AtFixingPositions(hull_group) %union() { + linextr(0, 30) circle(r= 0.5, $fn=4); + linextr(0, $fixing_depth) circle(r= fixing_nom_d/2); + } } } @@ -126,6 +129,7 @@ module DriverHandleHolder() { ////toplevel [ driver_handle_shaft_l + 15, driver_handle_shaft_l + 45 ], ], [ [ [0,0] ], + [ [10, -1], [10, +1] ], ], offset=[-5, 0]) DriverHandlePositive(); } -- 2.30.2