chiark / gitweb /
flyscreen-handle: better demo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 17:36:57 +0000 (18:36 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 17:36:57 +0000 (18:36 +0100)
flyscreen-handle.scad

index 0523a7e92f50b37ff580f6fd10c40be5ce81d3eb..89b7de808502a4be94c44b9475f1da0e36116ebd 100644 (file)
@@ -155,12 +155,8 @@ module Handle(){
 }
 
 module Demo(){
-  difference(){
-    InsertSection();
-    RetainCutout();
-  }
-  HandleSection();
-  color("red") RetainSection();
+  color("red") translate([0,0,-3]) BasicSection();
+  color("blue") translate([0,0,3]) WithRetainSection();
 }
 
 module Test(){
@@ -172,8 +168,11 @@ module Test(){
 }
 
 //Demo();
+//HandleSection();
+//InsertSection();
 //WithRetainSection();
 //BasicSection();
 //GappingSection();
 //Test();
-Handle();
+Demo();
+//Handle();