From c9802b9403c18cae16fc89b6d136890597c167a8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 18:36:57 +0100 Subject: [PATCH] flyscreen-handle: better demo --- flyscreen-handle.scad | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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(); -- 2.30.2