#504 Updated example: child() -> children()

export-menu
Marius Kintel 2014-02-10 02:40:54 -05:00
parent 6f4cf3ebec
commit d64a0609fa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
module step(len, mod)
{
for (i = [0:$children-1])
translate([ len*(i - ($children-1)/2), 0, 0 ]) child((i+mod) % $children);
translate([ len*(i - ($children-1)/2), 0, 0 ]) children((i+mod) % $children);
}
for (i = [1:4])