Tutorial fixes.

This commit is contained in:
Garth Minette
2021-12-06 14:28:36 -08:00
parent 21083277b0
commit 4cb59d988e
3 changed files with 16 additions and 16 deletions

View File

@@ -151,7 +151,7 @@ stroke(path, closed=true, endcap2="arrow2");
```
```openscad-2D
path = oval(d=[50,30]);
path = ellipse(d=[50,30]);
stroke(path, closed=true, endcap2="arrow2");
```