From: Ian Jackson Date: Fri, 26 Aug 2016 17:36:57 +0000 (+0100) Subject: flyscreen-handle: better demo X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=c9802b9403c18cae16fc89b6d136890597c167a8;hp=8012a4be269c37679e7f0880afd5ec5745c81cbd;p=reprap-play.git flyscreen-handle: better demo --- diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 0523a7e..89b7de8 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -155,12 +155,8 @@ module Handle(){ } module Demo(){ - difference(){ - InsertSection(); - RetainCutout(); - } - HandleSection(); - color("red") RetainSection(); + color("red") translate([0,0,-3]) BasicSection(); + color("blue") translate([0,0,3]) WithRetainSection(); } module Test(){ @@ -172,8 +168,11 @@ module Test(){ } //Demo(); +//HandleSection(); +//InsertSection(); //WithRetainSection(); //BasicSection(); //GappingSection(); //Test(); -Handle(); +Demo(); +//Handle();