Merge pull request #3 from eNBeWe/master
Fix confusion of diameter vs. radius in example
This commit is contained in:
commit
4f384dc033
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ bottle_clip(name="Zero Cool");
|
||||||
//bottle_clip_steinie(name="ohbier");
|
//bottle_clip_steinie(name="ohbier");
|
||||||
|
|
||||||
// ...or just do your own variant: Measure the diameter of your bottle at two
|
// ...or just do your own variant: Measure the diameter of your bottle at two
|
||||||
// different heights, and pass those as parameters rl (lower diameter), ru
|
// different heights, and pass those as parameters rl (lower radius), ru
|
||||||
// (upper diameter) and ht (height) to the bottle_clip() module. You can also
|
// (upper radius) and ht (height) to the bottle_clip() module. You can also
|
||||||
// use the other parameters from above, if you set logo="", then only the text
|
// use the other parameters from above, if you set logo="", then only the text
|
||||||
// is rendered.
|
// is rendered.
|
||||||
//bottle_clip(name="Niobe", rl=15, ru=12, ht=16, logo="");
|
//bottle_clip(name="Niobe", rl=15, ru=12, ht=16, logo="");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue