summaryrefslogtreecommitdiff
path: root/examples/example018.scad
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example018.scad')
-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