chiark / gitweb /
flyscreen-handle: provide BasicSection
[reprap-play.git] / 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();