diff --git a/README.md b/README.md index 6b8f491a..c56d9d80 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,8 @@ If you really don't want to care about dependencies, `include ;` o - px_circle - Turtle - - [turtle2d](https://openhome.cc/eGossip/OpenSCAD/lib-turtle2d.html) - - [turtle3d](https://openhome.cc/eGossip/OpenSCAD/lib-turtle3d.html) + - [turtle2d](https://openhome.cc/eGossip/OpenSCAD/lib2-turtle2d.html) + - [turtle3d](https://openhome.cc/eGossip/OpenSCAD/lib2-turtle3d.html) ## Bugs and Feedback diff --git a/docs/lib-turtle2d.md b/docs/lib2-turtle2d.md similarity index 97% rename from docs/lib-turtle2d.md rename to docs/lib2-turtle2d.md index 90112e45..8282e7e2 100644 --- a/docs/lib-turtle2d.md +++ b/docs/lib2-turtle2d.md @@ -16,7 +16,7 @@ An OpenSCAD implementation of Turtle Graphics. It moves on the xy plane. You can ## Examples include ; - include ; + include ; module turtle_spiral(t_before, times, side_leng, angle, width) { $fn = 24; @@ -47,7 +47,7 @@ An OpenSCAD implementation of Turtle Graphics. It moves on the xy plane. You can ![turtle2d](images/lib-turtle2d-1.JPG) include ; - include ; + include ; module turtle_spiral(t_before, side_leng, d_step, min_leng, angle, width) { $fn = 24; diff --git a/docs/lib-turtle3d.md b/docs/lib2-turtle3d.md similarity index 97% rename from docs/lib-turtle3d.md rename to docs/lib2-turtle3d.md index 65bfc17b..ad1f5701 100644 --- a/docs/lib-turtle3d.md +++ b/docs/lib2-turtle3d.md @@ -15,7 +15,7 @@ For more details, please see [3D turtle graphics](https://openhome.cc/eGossip/Op ## Examples - include ; + include ; include ; leng = 10; @@ -45,7 +45,7 @@ For more details, please see [3D turtle graphics](https://openhome.cc/eGossip/Op ![turtle3d](images/lib-turtle3d-1.JPG) - include ; + include ; include ; module tree(t, leng, leng_scale1, leng_scale2, leng_limit,