chiark / gitweb /
poster-tube-lid: introduce ProfilesDemo, BayonetCutout
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Oct 2017 00:42:43 +0000 (01:42 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Oct 2017 00:42:43 +0000 (01:42 +0100)
poster-tube-lid.scad

index b202b5db87c27badfdb1a76ae93dcdcca11a2c1b..a32c8f739a87085c478736b30e2a289f839188d5 100644 (file)
@@ -110,6 +110,14 @@ module MainProfile(){
           ]);
 }
 
-translate([-20,0]) MainProfile();
+module BayonetCutout(){
+  polygon(bayo_polygon);
+}
+
+module ProfilesDemo(){
+  translate([-20,0]) MainProfile();
+  polygon(bayo_polygon);
+}
 
-polygon(bayo_polygon);
+//ProfilesDemo();
+BayonetCutout();