From b50b9071e8f8cba53b4a5a3e3a96e7c3b36d9403 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Jun 2017 18:27:37 +0100 Subject: [PATCH] sewing-table: FitTest: cut the slots out of Front and Entire --- sewing-table.scad.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); -- 2.30.2