chiark / gitweb /
rpi-mount: copy from other repo
[reprap-play.git] / cable-splice-clamp.scad
index f71c848756b259723e6fcb078acf912114ec9a5f..bd27d86938fbd02dd74748a15d895f89bade8820 100644 (file)
@@ -13,7 +13,7 @@ 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 = 60;
@@ -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);
   }
 }