From 95975c7ee2b941762e52f38118fefcb10021c86d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Oct 2017 01:40:42 +0100 Subject: [PATCH] poster-tube-lid: make ProfilesDemo a toplevel --- poster-tube-lid.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2