From 3de1b50170ea835296c074fde1aa0864d14cac83 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 22 Nov 2018 01:15:11 +0000 Subject: [PATCH] poster-tube-lid: catch: Provide CatchDemo Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index dcb18b3..6ae96f9 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -597,6 +597,17 @@ module CatchAssembly(){ /////toplevel } } +module CatchDemo(){ /////toplevel + translate([0,0, + -catch_strap_width + -cpp0[1] + ]) + CatchAssembly(); + translate([0,0,+side_height + ]) + %Cover(); +} + //ProfilesDemo(); //BayonetCutout(); //MainProfile(); -- 2.30.2