chiark / gitweb /
toolbox-inserts: UniversalJoint: wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 May 2025 20:39:49 +0000 (21:39 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 May 2025 20:39:49 +0000 (21:39 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index 87a05da9a5fae771fad786d7fdae1337b7d63bfb..143735ff8658623f2dcae1377440c10757445efe 100644 (file)
@@ -529,6 +529,13 @@ module UniversalJointPositive() { ////toplevel
   }
 }
 module UniversalJointHolder() { ////toplevel
+  WellSurround(
+    half_height = universal_joint_d_fat/2,
+    gaps = [],
+    fixings = []
+  ) {
+    UniversalJointPositive();
+  }
 }
 
 //==================== bit holder ====================