mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-14 19:54:34 +02:00
Tutorial fixes.
This commit is contained in:
@@ -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");
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user