1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 03:50:27 +02:00

update doc

This commit is contained in:
Justin Lin
2019-06-20 09:27:30 +08:00
parent 2d74627e45
commit eb8305966d
3 changed files with 6 additions and 6 deletions

View File

@@ -131,8 +131,8 @@ If you really don't want to care about dependencies, `include <dotSCAD.scad>;` 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

View File

@@ -16,7 +16,7 @@ An OpenSCAD implementation of Turtle Graphics. It moves on the xy plane. You can
## Examples
include <line2d.scad>;
include <turtle2d.scad>;
include <turtle/turtle2d.scad>;
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 <line2d.scad>;
include <turtle2d.scad>;
include <turtle/turtle2d.scad>;
module turtle_spiral(t_before, side_leng, d_step, min_leng, angle, width) {
$fn = 24;

View File

@@ -15,7 +15,7 @@ For more details, please see [3D turtle graphics](https://openhome.cc/eGossip/Op
## Examples
include <turtle3d.scad>;
include <turtle/turtle3d.scad>;
include <hull_polyline3d.scad>;
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 <turtle3d.scad>;
include <turtle/turtle3d.scad>;
include <hull_polyline3d.scad>;
module tree(t, leng, leng_scale1, leng_scale2, leng_limit,