From: Ian Jackson Date: Sun, 4 Jun 2017 17:27:37 +0000 (+0100) Subject: sewing-table: FitTest: cut the slots out of Front and Entire X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=b50b9071e8f8cba53b4a5a3e3a96e7c3b36d9403 sewing-table: FitTest: cut the slots out of Front and Entire --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 365635a..cfe8211 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -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();