chiark / gitweb /
sewing-table: FitTest: Entire: some slots near the arm end
[reprap-play.git] / sewing-table.scad.m4
index a0b387e96722dacad8f1d821d72f576b9e20c1f3..365635a541b07ea61c3c9d39abc11225232e570a 100644 (file)
@@ -72,10 +72,10 @@ frontcurve_z_slop = 0.75;
 frontcurve_strt_len = 50;
 frontcurve_dualcurve_angle = 30;
 
-teststrapslots_at = [ [ 110, 70 ],
+teststrapslots_at = [ [ 110, 70 ], [ 110, -35 ],
                      [ 180, 90 ],
-                     [ 110, -35 ],
                      [ 190, -80 ], // do not change index of this one
+                     [   0, 70 ],  [  0, -35 ],
                      ];
 
 teststrap = [ 3, 5 ];
@@ -797,7 +797,8 @@ module FitTest_PairLink(cut=false){ ////toplevel
            translate([0,0,-footrad_depth])
              cylinder(r= footrad_min, h=1);
          }
-         translate([0,0,-10])
+         if (cut)
+           translate([0,0,-10])
            cylinder(r= footrad_min +
                     adj_neg_slop * (footrad_max-footrad_min)/footrad_depth,
                     h=20);