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

index de8408b32622668590746d74be4d55a4d0acabe5..81cdf2a5901f2dc001c45242c0653043be741383 100644 (file)
@@ -419,8 +419,7 @@ module RatchetHandlePositive() { ////toplevel
 
 module RatchetHandleHolder() { ////toplevel
   WellSurround(ratchet_handle_nom_depth/2, [
-  ], [
-  ], offset=[-5, 0])
+  ], fixing_positions_2row(-7, 4), offset=[-5, 0])
     RatchetHandlePositive();
 }