Tutorial fixes.

This commit is contained in:
Revar Desmera
2021-12-13 21:58:58 -08:00
parent f9c5dc2cb9
commit 477f4af170
2 changed files with 9 additions and 10 deletions

View File

@@ -136,7 +136,7 @@ stroke(path, closed=true, endcap2="arrow2");
```
```openscad-2D
path = rect([40,30], rounding=5, center=true);
path = rect([40,30], rounding=5);
stroke(path, closed=true, endcap2="arrow2");
```