Fixed usage hints in example

This commit is contained in:
Nis Wechselberg 2019-02-23 13:45:23 +01:00
parent 45d3d73e3f
commit 8e14f08835

View file

@ -34,8 +34,8 @@ bottle_clip(name="Zero Cool");
//bottle_clip_steinie(name="ohbier");
// ...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
// (upper diameter) and ht (height) to the bottle_clip() module. You can also
// different heights, and pass those as parameters rl (lower radius), ru
// (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
// is rendered.
//bottle_clip(name="Niobe", rl=15, ru=12, ht=16, logo="");