1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 10:11:53 +02:00

update doc

This commit is contained in:
Justin Lin
2019-10-02 09:07:19 +08:00
parent 5fcd2c473e
commit e7e0494aa1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
An implementation of Turtle Graphics with Fluent API. It moves on the xy plane. You can get the cooridinate `[x, y]` or `angle` of its current position.
**Since: 2.1**
**Since:** 2.1
## Parameters

View File

@@ -4,7 +4,7 @@ An implementation of 3D Turtle Graphics with Fluent API. When using the function
For more details, please see [3D turtle graphics](https://openhome.cc/eGossip/OpenSCAD/3DTurtleGraphics.html).
**Since: 2.1**
**Since:** 2.1
## Parameters