From 0132c3dc3964d4b3cb547691a60e3f408b3f3717 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 01:11:16 +0100 Subject: [PATCH] flyscreen-handle: provide BasicSection --- flyscreen-handle.scad | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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(); -- 2.30.2