1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-14 03:01:58 +02:00

updated doc

This commit is contained in:
Justin Lin 2017-03-30 14:48:20 +08:00
parent e1e53b5c26
commit 6d03f1b884

View File

@ -48,7 +48,8 @@ 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>;
module turtle_spiral(t_before, side_leng, d_step, min_leng, angle, width) {
$fn = 24;
if(side_leng > min_leng) {