From: Ian Jackson Date: Sun, 24 Jul 2016 19:58:55 +0000 (+0100) Subject: earring-stand: make Demo into a toplevel X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d53237e86906fa4e302961587c555d3a06c608cc;p=reprap-play.git earring-stand: make Demo into a toplevel --- diff --git a/earring-stand.scad b/earring-stand.scad index c7ec629..85c28a8 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -328,7 +328,7 @@ module BasePrint(){ ////toplevel Base(); } -module Demo(){ +module Demo(){ ////toplevel color("red") Base(); color("blue") Front(); color("black") Back();