chiark / gitweb /
sewing-table: break out teststrap_peg (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Jun 2017 16:56:20 +0000 (17:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Jun 2017 16:56:20 +0000 (17:56 +0100)
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);