From: Ian Jackson Date: Fri, 26 Aug 2016 00:11:16 +0000 (+0100) Subject: flyscreen-handle: provide BasicSection X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=0132c3dc3964d4b3cb547691a60e3f408b3f3717;p=reprap-play.git flyscreen-handle: provide BasicSection --- diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 5111eb3..ecc5ff8 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -106,6 +106,11 @@ module WithRetainSection(){ RetainSection(); } +module BasicSection(){ + InsertSection(); + HandleSection(); +} + module Demo(){ difference(){ InsertSection(); @@ -121,4 +126,5 @@ module Test(){ //Demo(); //WithRetainSection(); -Test(); +BasicSection(); +//Test();