From: Ian Jackson Date: Mon, 9 Oct 2017 00:40:42 +0000 (+0100) Subject: poster-tube-lid: make ProfilesDemo a toplevel X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=95975c7ee2b941762e52f38118fefcb10021c86d;p=reprap-play.git poster-tube-lid: make ProfilesDemo a toplevel --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 3538c8c..9357766 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -159,7 +159,7 @@ module BayonetCutout(){ polygon(bayo_polygon, convexity=10); } -module ProfilesDemo(){ +module ProfilesDemo(){ ////toplevel translate([-20,0]) MainProfile(); polygon(bayo_polygon, convexity=10); }