1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-27 16:30:29 +02:00
This commit is contained in:
Justin Lin
2020-05-27 15:51:05 +08:00
parent 14bb0f119c
commit 17d7501be4
8 changed files with 101 additions and 22 deletions

View File

@@ -26,7 +26,7 @@
## Examples
[lsystem-collections.scad](https://github.com/JustinSDK/dotSCAD/blob/master/examples/turtle/lsystem2_collection.scad) collects several L-system grammars. Here's one of them.
[lsystem2-collections.scad](https://github.com/JustinSDK/dotSCAD/blob/master/examples/turtle/lsystem2_collection.scad) collects several L-system grammars. Here's one of them.
use <turtle/lsystem2.scad>;
use <line2d.scad>;