chiark / gitweb /
sewing-table: FitTest: Front: base for distant teststrap
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Jun 2017 17:07:59 +0000 (18:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Jun 2017 17:07:59 +0000 (18:07 +0100)
sewing-table.scad.m4

index 81c8d4f351f8668d14c5a47bf20cb5551cf8260c..a0b387e96722dacad8f1d821d72f576b9e20c1f3 100644 (file)
@@ -75,7 +75,7 @@ frontcurve_dualcurve_angle = 30;
 teststrapslots_at = [ [ 110, 70 ],
                      [ 180, 90 ],
                      [ 110, -35 ],
-                     [ 190, -80 ],
+                     [ 190, -80 ], // do not change index of this one
                      ];
 
 teststrap = [ 3, 5 ];
@@ -839,6 +839,9 @@ module FitTest_FrontCurve(){ ////toplevel
       Tile00();
       translate([0,0,-8]) linear_extrude(height=18) {
        translate(p0) square(sz);
+       translate(teststrapslots_at[3])
+         scale(2* [ teststrap_peg[0], teststrap[1] ])
+         circle(r=1, $fn=20);
       }
     }
     FitTest_PairLink(true);