mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 22:37:35 +02:00
updated doc
This commit is contained in:
@@ -48,7 +48,8 @@ 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;
|
||||||
if(side_leng > min_leng) {
|
if(side_leng > min_leng) {
|
||||||
|
Reference in New Issue
Block a user