mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 13:01:37 +02:00
remove forwards_char
This commit is contained in:
@@ -153,7 +153,7 @@ function sierpinski_arrowhead(n = 6, angle = 60, leng = 1, heading = 0, start =
|
||||
["Y", "XF-YF-X"]
|
||||
]
|
||||
)
|
||||
lsystem2(rule, n, angle, leng, heading, start, "FG");
|
||||
lsystem2(rule, n, angle, leng, heading, start);
|
||||
|
||||
function sierpinski_square(n = 8, angle = 45, leng = 1, heading = 0, start = [0, 0]) =
|
||||
let(
|
||||
@@ -163,7 +163,7 @@ function sierpinski_square(n = 8, angle = 45, leng = 1, heading = 0, start = [0,
|
||||
["R", "-L+F+L-"]
|
||||
]
|
||||
)
|
||||
lsystem2(rule, n, angle, leng, heading, start, "FG");
|
||||
lsystem2(rule, n, angle, leng, heading, start);
|
||||
|
||||
function terdragon(n = 5, angle = 120, leng = 1, heading = 0, start = [0, 0]) =
|
||||
let(
|
||||
|
Reference in New Issue
Block a user