chiark / gitweb /
flyscreen-handle: provide BasicSection
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 00:11:16 +0000 (01:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 00:11:16 +0000 (01:11 +0100)
flyscreen-handle.scad

index 5111eb36c1a4071cdc6ffed599e06622dad6df49..ecc5ff833ea6be0ec8e1ea11675598555685f6e5 100644 (file)
@@ -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();