From: Ian Jackson Date: Fri, 9 Dec 2022 15:31:07 +0000 (+0000) Subject: poster-tube-lid: CatchPinProfileDemo: adhoc position circle X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=72b6af7c14eea90aefd99264150f65c5bb10f9a2;p=reprap-play.git poster-tube-lid: CatchPinProfileDemo: adhoc position circle Signed-off-by: Ian Jackson --- 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();