mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-14 03:01:58 +02:00
updated doc
This commit is contained in:
parent
e1e53b5c26
commit
6d03f1b884
@ -48,7 +48,8 @@ An OpenSCAD implementation of Turtle Graphics. It moves on the xy plane. You can
|
||||

|
||||
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user