From: Ian Jackson Date: Thu, 22 Nov 2018 01:15:11 +0000 (+0000) Subject: poster-tube-lid: catch: Provide CatchDemo X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3de1b50170ea835296c074fde1aa0864d14cac83;p=reprap-play.git poster-tube-lid: catch: Provide CatchDemo Signed-off-by: Ian Jackson --- 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();