From 7d517d0416ed12dd6d01951c1a360fd81314c8c8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Oct 2017 01:42:43 +0100 Subject: [PATCH] poster-tube-lid: introduce ProfilesDemo, BayonetCutout --- poster-tube-lid.scad | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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(); -- 2.30.2