chiark / gitweb /
Makefile: drop utils.scad from AUTOINCS
[reprap-play.git] / earring-stand.scad
index c7ec62947b78c3a5a3131ba0cbeaa2f48963c06b..85c28a877107edf7984bf6fe4bfd7ff8abd7a011 100644 (file)
@@ -328,7 +328,7 @@ module BasePrint(){ ////toplevel
   Base();
 }
 
-module Demo(){
+module Demo(){ ////toplevel
   color("red") Base();
   color("blue") Front();
   color("black") Back();