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