new text script
replaced write.scad with text_on.scad
This commit is contained in:
parent
981ff2ae5d
commit
a626f33083
6 changed files with 677 additions and 17168 deletions
12
examples.scad
Normal file → Executable file
12
examples.scad
Normal file → Executable file
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* Examples for bottle clip name tags.
|
||||
* Copyright (C) 2013 Roland Hieber <rohieb+bottleclip@rohieb.name>
|
||||
* forkend and exteden by fototeddy 2017
|
||||
*
|
||||
* You can simply comment out one of the examples, adapt it to your needs and
|
||||
* render it, or use it to build your own variant.
|
||||
|
@ -15,17 +16,20 @@ use <bottle-clip.scad>
|
|||
$fn=50; // approximation steps for the cylinders
|
||||
|
||||
// one name tag for 0.5l Club Mate and similar bottles
|
||||
bottle_clip(name="Zero Cool");
|
||||
//bottle_clip(name="Zero Cool", ew=-90);
|
||||
|
||||
// one default name tag with a different logo.
|
||||
//bottle_clip(name="Acid Burn", logo="thing-logos/glider.dxf");
|
||||
//bottle_clip(name="Acid Burn", logo="thing-logos/stratum0-lowres.dxf", ew=-90);
|
||||
|
||||
// one default name tag with a smaller logo.
|
||||
//bottle_clip(name="Acid Burn", logo="thing-logos/stratum0-lowres.dxf", ew=-90, resize=40);
|
||||
|
||||
// ...or with a different font:
|
||||
//bottle_clip(name="Acid Burn", font="write/Letters.dxf");
|
||||
//bottle_clip(name="Acid Burn", logo="thing-logos/stratum0-lowres.dxf", ew=-90, font="ComicSansMS");
|
||||
// ...or with a differnet logo and a different font... you get it.
|
||||
|
||||
// Now for something completely different: Longneck bottles.
|
||||
//bottle_clip_longneck(name="Tom Anderson", logo="thing-logos/glider.dxf");
|
||||
//bottle_clip_longneck(name="Acid Burn", ew=-125, logo="thing-logos/stratum0-lowres.dxf", resize=54, font="ComicSansMS");
|
||||
|
||||
// ...or DIN 6199 ("Steinie") beer bottles. Note that these have no logo.
|
||||
//bottle_clip_steinie(name="ohbier");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue