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:
b28a4c9
)
poster-tube-lid: Add catch tip to demo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 9 Dec 2022 14:35:54 +0000
(14:35 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2022 11:36:43 +0000
(11:36 +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 372ef64f61ae70346e52e16951fc3676f289fb79..5d45475456c2347e3a24d0ed0027178cb88bcbfc 100644
(file)
--- 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);
}