mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 01:04:07 +02:00
fix name error
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user