From: Ian Jackson Date: Wed, 31 Jan 2018 22:28:59 +0000 (+0000) Subject: fairphone-case: TestLidTopAperturesPrint: make frameish X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bc23a479fc9ffbaff4d5303288492078fcf393c2;p=reprap-play.git fairphone-case: TestLidTopAperturesPrint: make frameish Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 5e84d6a..678ea67 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -1197,6 +1197,7 @@ module TestTopApertures(){ ////toplevel module TestLidTopAperturesPrint(){ ////toplevel rotate([0,180,0]) intersection(){ Lid(); + TestSelectLidFrame(); TestSelectTopApertures(); } }