chiark / gitweb /
sewing-table: break out teststrap_peg (nfc)
[reprap-play.git] / sewing-table.scad.m4
index bfb00e219c8a9a6137789337e08123cd3be8b9ee..73fc015ff43aacc298a2892b086fb6646709277a 100644 (file)
@@ -78,6 +78,8 @@ teststrapslots_at = [ [ 110, 70 ],
                      [ 190, -80 ],
                      ];
 
+teststrap_peg = [7.5, 3.5];
+
 // calculated
 
 TEST = false;
@@ -520,7 +522,7 @@ module Machine_Curves(){ ////toplevel
 }
 
 module TestStrapSlots(){
-  pegwidth = 7.5;
+  pegwidth = teststrap_peg[0];
   strap = [ 3, 5 ];
   for (pos = teststrapslots_at) {
     echo("TSS",pos);