chiark / gitweb /
earring-stand: make Demo into a toplevel
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 Jul 2016 19:58:55 +0000 (20:58 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 Jul 2016 19:58:55 +0000 (20:58 +0100)
earring-stand.scad

index c7ec62947b78c3a5a3131ba0cbeaa2f48963c06b..85c28a877107edf7984bf6fe4bfd7ff8abd7a011 100644 (file)
@@ -328,7 +328,7 @@ module BasePrint(){ ////toplevel
   Base();
 }
 
   Base();
 }
 
-module Demo(){
+module Demo(){ ////toplevel
   color("red") Base();
   color("blue") Front();
   color("black") Back();
   color("red") Base();
   color("blue") Front();
   color("black") Back();