mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 06:17:32 +02:00
updated doc
This commit is contained in:
@@ -48,6 +48,7 @@ An OpenSCAD implementation of Turtle Graphics. It moves on the xy plane. You can
|
|||||||

|

|
||||||
|
|
||||||
include <line2d.scad>;
|
include <line2d.scad>;
|
||||||
|
include <turtle2d.scad>;
|
||||||
|
|
||||||
module turtle_spiral(t_before, side_leng, d_step, min_leng, angle, width) {
|
module turtle_spiral(t_before, side_leng, d_step, min_leng, angle, width) {
|
||||||
$fn = 24;
|
$fn = 24;
|
||||||
|
Reference in New Issue
Block a user