From: Ian Jackson Date: Sun, 8 Oct 2017 00:42:43 +0000 (+0100) Subject: poster-tube-lid: introduce ProfilesDemo, BayonetCutout X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7d517d0416ed12dd6d01951c1a360fd81314c8c8;p=reprap-play.git poster-tube-lid: introduce ProfilesDemo, BayonetCutout --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index b202b5d..a32c8f7 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -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();