From f1b53d533f47b273a9067ea1e597e528afd4fbec Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 Dec 2022 14:35:54 +0000 Subject: [PATCH] poster-tube-lid: Add catch tip to demo Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 4 ++++ 1 file changed, 4 insertions(+) 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); } -- 2.30.2