chiark / gitweb /
sewing-table: FitTest: cut the slots out of Front and Entire
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Jun 2017 17:27:37 +0000 (18:27 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Jun 2017 17:27:37 +0000 (18:27 +0100)
sewing-table.scad.m4

index 365635a541b07ea61c3c9d39abc11225232e570a..cfe8211574bdb10820b3e782d2d95faeb945bb84 100644 (file)
@@ -529,7 +529,7 @@ module TestStrapSlots(){
     translate(concat(pos,[0]))
       for (mx = [0,1]) mirror([mx,0,0]) {
          translate([ pegwidth/2, -teststrap[1]/2, -20 ])
-           #cube(concat(teststrap,[40]));
+           cube(concat(teststrap,[40]));
        }
   }
 }
@@ -846,6 +846,7 @@ module FitTest_FrontCurve(){ ////toplevel
       }
     }
     FitTest_PairLink(true);
+    TestStrapSlots();
   }
 }
 
@@ -858,6 +859,7 @@ module FitTest_Entire(){ ////toplevel
     FitTest_PairLink(true);
     translate(concat(p0,[0]) + [szfront[0],-10,-40])
       cube([100, -p0[1], 80]);
+    TestStrapSlots();
   }
   intersection(){
     FitTest_RearCurve();