chiark / gitweb /
toolbox-inserts: RatchetHandle, introduce RatchetHandleWell
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 May 2025 16:37:12 +0000 (17:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 May 2025 16:37:12 +0000 (17:37 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index 263c84a7396c56939f7626f1fbbd89a12546f7d9..66c99719e9f00a99610343a84044bd0747a0f4a0 100644 (file)
@@ -424,7 +424,7 @@ module RatchetHandlePositive() { ////toplevel
 module RatchetHandleHolder() { ////toplevel
   WellSurround(ratchet_handle_nom_depth/2, [
   ], fixing_positions_2row(-7, 4), offset=[-5, 0])
-    RatchetHandlePositive();
+    RatchetHandleWell();
 }
 
 //==================== tests and demos ====================