X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=flyscreen-handle.scad;h=ecc5ff833ea6be0ec8e1ea11675598555685f6e5;hp=5111eb36c1a4071cdc6ffed599e06622dad6df49;hb=0132c3dc3964d4b3cb547691a60e3f408b3f3717;hpb=d41dba652cc5be9d5e36d64733f2743471ed4391 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();