summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-10 18:30:57 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-10 18:30:57 (GMT)
commit214fb779ac653c654771bcf1d4b7630c7372666d (patch)
tree63d9a126eff5ba8001ad1df322e6b9d0e6011c0b /examples
parent93cdb34d8b7dada6abbfd655fc381562e9309a5b (diff)
parentdcb0b53d1155acfcdf5a9821dc8f21a1f5867c75 (diff)
Merge branch 'master' of github.com:openscad/openscad
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