chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76249c3
)
poster-tube-lid: CatchPinProfileDemo: adhoc position circle
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 9 Dec 2022 15:31:07 +0000
(15:31 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2022 11:38:09 +0000
(11:38 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad
patch
|
blob
|
history
diff --git
a/poster-tube-lid.scad
b/poster-tube-lid.scad
index 3d5615f4a76fcfeae52bfcb0417f142e67d75830..07944b271cf54352dd13f4989dad7e0e747f8d60 100644
(file)
--- 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();