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:
7d1412a
)
poster-tube-lid: introduce ProfilesDemo, BayonetCutout
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 8 Oct 2017 00:42:43 +0000
(
01:42
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 8 Oct 2017 00:42:43 +0000
(
01:42
+0100)
poster-tube-lid.scad
patch
|
blob
|
history
diff --git
a/poster-tube-lid.scad
b/poster-tube-lid.scad
index b202b5db87c27badfdb1a76ae93dcdcca11a2c1b..a32c8f739a87085c478736b30e2a289f839188d5 100644
(file)
--- a/
poster-tube-lid.scad
+++ b/
poster-tube-lid.scad
@@
-110,6
+110,14
@@
module MainProfile(){
]);
}
-translate([-20,0]) MainProfile();
+module BayonetCutout(){
+ polygon(bayo_polygon);
+}
+
+module ProfilesDemo(){
+ translate([-20,0]) MainProfile();
+ polygon(bayo_polygon);
+}
-polygon(bayo_polygon);
+//ProfilesDemo();
+BayonetCutout();