diff --git a/examples/turtle/lsystem2_collection.scad b/examples/turtle/lsystem2_collection.scad index 571befa0..0e24ed3e 100644 --- a/examples/turtle/lsystem2_collection.scad +++ b/examples/turtle/lsystem2_collection.scad @@ -102,7 +102,7 @@ function koch_star(n = 4, angle = 60, leng = 1, heading = 0, start = [0, 0]) = ["F", "F+F--F+F"] ] ) - lsystem2(axiom, rules, n, angle, leng, heading, start, "6789"); + lsystem2(axiom, rules, n, angle, leng, heading, start); function dragon_curve(n = 10, angle = 90, leng = 1, heading = 0, start = [0, 0]) = let(