add variant for DIN 6199 ("Steinie") beer bottles as module bottle_clip_steinie(), without logo due to limited height
This commit is contained in:
parent
edee712666
commit
8d67f6045c
2 changed files with 14 additions and 0 deletions
|
@ -27,4 +27,7 @@ bottle_clip(name="Zero Cool");
|
|||
// Now for something completely different: Longneck bottles.
|
||||
//bottle_clip_longneck(name="Tom Anderson", logo="thing-logos/glider.dxf");
|
||||
|
||||
// ...or DIN 6199 ("Steinie") beer bottles. Note that these have no logo.
|
||||
//bottle_clip_steinie(name="ohbier");
|
||||
|
||||
// vim: set noet ts=2 sw=2 tw=80:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue