chiark / gitweb /
ksafe-base: toplevels
[reprap-play.git] / cable-splice-clamp.scad
index 61781b5e7cb82afde9d341d2c3facd58ef42d446..f71c848756b259723e6fcb078acf912114ec9a5f 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
@@ -16,6 +16,12 @@ mu = 1/4;
 wall_r = 2.5 / 6.5;
 base_r = 0.75;
 
+total_len = 60;
+
+strap_width = 3.0 + 0.5;
+
+strap_count = 4;
+
 // for cross-section calculations:
 //
 // origin O is at intersection of straight line segments forming walls
@@ -90,11 +96,6 @@ module CrossSectionDemo(){ ////toplevel
   }
 }
 
-strap_width = 4 + 0.5;
-total_len = 70;
-
-strap_count = 2;
-
 strap_wall_h = 1.5;
 strap_wall_l = 2.0;