chiark / gitweb /
toolbox-inserts: UniversalJoint: gaps
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 May 2025 21:33:52 +0000 (22:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 May 2025 21:33:57 +0000 (22:33 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index 7cff66bd6d0cc3f960129f79bef6be6a12c6b4d1..19967cbcc0d275b72bddcede0d11808de69c0df2 100644 (file)
@@ -537,7 +537,11 @@ module UniversalJointPositive() { ////toplevel
 module UniversalJointHolder() { ////toplevel
   WellSurround(
     half_height = universal_joint_d_fat/2,
-    gaps = [],
+    gaps = [ [
+             -universal_joint_main_len/2 + 6,
+             universal_joint_main_len/2 - 7,
+             -0.6 * universal_joint_d_fat/2,
+             ] ],
     fixings = [],
     walls_taller = 1.5
   ) {