1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

update doc

This commit is contained in:
Justin Lin
2019-09-29 15:03:41 +08:00
parent f31cfde720
commit e933aee5a8

View File

@@ -44,7 +44,7 @@ An implementation of Turtle Graphics with Fluent API. It moves on the xy plane.
width = 1
);
The code below creates the same drawing.
The code below creates the same drawing.
include <line2d.scad>;
include <turtle/t2d.scad>;