From d53237e86906fa4e302961587c555d3a06c608cc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Jul 2016 20:58:55 +0100 Subject: [PATCH] earring-stand: make Demo into a toplevel --- earring-stand.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2