From 72b6af7c14eea90aefd99264150f65c5bb10f9a2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 Dec 2022 15:31:07 +0000 Subject: [PATCH] poster-tube-lid: CatchPinProfileDemo: adhoc position circle Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 3d5615f..07944b2 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -726,6 +726,14 @@ module CatchPinProfileDemo(){ /////toplevel CatchTipProfile(0); polygon(bayo_polygon, convexity=10); + + // adhoc show a position + color("purple") + translate(concat( + cppa, + 10 + )) difference(){ circle(2.5); circle(2.0); } + } //ProfilesDemo(); -- 2.30.2