chiark / gitweb /
rpi-mount: copy from other repo
[reprap-play.git] / cable-splice-clamp.scad
index 50ebc980d7d23c72c969ab0e9a4c09feec2dcc46..bd27d86938fbd02dd74748a15d895f89bade8820 100644 (file)
@@ -2,7 +2,7 @@
 
 include <commitid.scad>
 
-rnom = 7.5 / 2;
+rnom = 3.5 / 2;
 
 // alpha is slope angle, which is half of inner concave angle that
 //  wire sits in
@@ -13,14 +13,14 @@ alpha = 40; // degrees
 mu = 1/4;
 
 // wall thickness, and base width as fraction of cable size
-wall_r = 2.5 / 6.5;
+wall_r = 3.5 / 6.5;
 base_r = 0.75;
 
-total_len = 70;
+total_len = 60;
 
-strap_width = 4 + 0.5;
+strap_width = 3.0 + 0.5;
 
-strap_count = 2;
+strap_count = 4;
 
 // for cross-section calculations:
 //
@@ -76,7 +76,7 @@ module CrossSectionHalf(plus=0) {
             [basew                        + plus, top],
             [-0.1,                                top]]);
     translate([0, -d_OC_r * r0])
-      circle(r = r0);
+      circle(r = r0, $fn=20);
   }
 }