summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-10 07:40:54 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-10 07:40:54 (GMT)
commitd64a0609fa7596bab92c9933a94d5b61f8900e7f (patch)
tree7f521b06fd042b6f13920de3c86fb275f99a4720 /examples
parent6f4cf3ebecdd720ed31c0257543fd071f41afc17 (diff)
#504 Updated example: child() -> children()
Diffstat (limited to 'examples')
-rw-r--r--examples/example018.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example018.scad b/examples/example018.scad
index 15ed745..8cd7fa5 100644
--- a/examples/example018.scad
+++ b/examples/example018.scad
@@ -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])
contact: Jan Huwald // Impressum