chiark / gitweb /
toolbox-inserts: driver handle: bring code together
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 25 Apr 2025 16:10:11 +0000 (17:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 25 Apr 2025 16:10:18 +0000 (17:10 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index f1e2506398b77677abfc4d9826c40b40a4cd324d..097e32173676ddc6dcdbf254896b640b170a19af 100644 (file)
@@ -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 ],