From 01e8bce16b50032f08e7c32145246b372d64e9c1 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 8 May 2022 10:37:25 +0800 Subject: [PATCH] fix name error --- examples/turtle/lsystem3_collection.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/turtle/lsystem3_collection.scad b/examples/turtle/lsystem3_collection.scad index fe22968f..c569dd55 100644 --- a/examples/turtle/lsystem3_collection.scad +++ b/examples/turtle/lsystem3_collection.scad @@ -36,7 +36,7 @@ function plant(n = 4, angle = 30, leng = 1, heading = 0, start = [0, 0, 0]) = ["B", "A/B"] ] ) - lsystem3(axiom, rules, n, angle, leng, heading, start, forward_chars = "AB", rules_pr = [1, .5, .5]); + lsystem3(axiom, rules, n, angle, leng, heading, start, forward_chars = "AB", rule_prs = [1, .5, .5]); function hilbert_curve(n = 3, angle = 90, leng = 1, heading = 0, start = [0, 0, 0]) = let(