From: Ian Jackson Date: Fri, 9 Dec 2022 14:35:54 +0000 (+0000) Subject: poster-tube-lid: Add catch tip to demo X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f1b53d533f47b273a9067ea1e597e528afd4fbec;p=reprap-play.git poster-tube-lid: Add catch tip to demo Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 372ef64..5d45475 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -722,6 +722,10 @@ module CatchPinProfileDemo(){ /////toplevel CatchAssemblyCoreProfile(); CatchHeadProfile(); } + translate([0,0,10]) + color("red") + CatchTipProfile(0); + polygon(bayo_polygon, convexity=10); }