chiark / gitweb /
cable-splice-clamp: move some other settings up in the file (nfc)
[reprap-play.git] / cable-splice-clamp.scad
index 4684d237fd8bf1096d2dbe5433db96a4a4901adf..50ebc980d7d23c72c969ab0e9a4c09feec2dcc46 100644 (file)
@@ -13,9 +13,15 @@ alpha = 40; // degrees
 mu = 1/4;
 
 // wall thickness, and base width as fraction of cable size
-wall_r = 1.5 / 6.5;
+wall_r = 2.5 / 6.5;
 base_r = 0.75;
 
+total_len = 70;
+
+strap_width = 4 + 0.5;
+
+strap_count = 2;
+
 // 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;