From: Ian Jackson Date: Fri, 25 Apr 2025 16:10:11 +0000 (+0100) Subject: toolbox-inserts: driver handle: bring code together X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e9e9328b6388ddc3ee8f429d1731710a425eba44;p=reprap-play.git toolbox-inserts: driver handle: bring code together Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index f1e2506..097e321 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -52,13 +52,6 @@ well_stiffening_height = max( fixing_depth + fixing_surround_ceil ); -module DriverHandlePositive() { ////toplevel - linextr_x_yz(0, driver_handle_total_l) - circle(r = driver_handle_shaft_d/2); - linextr_x_yz(driver_handle_shaft_l, driver_handle_total_l) - circle(r = driver_handle_handle_d/2); -} - module WallMinkowskiSphere(wall=well_surround_wall) { ////toplevel sphere($fn=8, r=wall/2); } @@ -152,6 +145,12 @@ module WellSurround( } } +module DriverHandlePositive() { ////toplevel + linextr_x_yz(0, driver_handle_total_l) + circle(r = driver_handle_shaft_d/2); + linextr_x_yz(driver_handle_shaft_l, driver_handle_total_l) + circle(r = driver_handle_handle_d/2); +} module DriverHandleHolder() { ////toplevel WellSurround(driver_handle_handle_d/2, [ [ 15, driver_handle_shaft_l - 15 ],