1
0
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:
Justin Lin
2020-04-13 07:25:45 +08:00
parent 5f039abf41
commit a89c56d36b

View File

@@ -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(