chiark / gitweb /
poster-tube-lid: make ProfilesDemo a toplevel
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 00:40:42 +0000 (01:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 00:40:42 +0000 (01:40 +0100)
poster-tube-lid.scad

index 3538c8cf078eca2da0e192f49ffc5002b634f74c..93577660b677b8ffe7bceb31cd5b94aeb4664cab 100644 (file)
@@ -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);
 }