Skip to content

Commit 9a647b7

Browse files
authored
Update README.md
1 parent 2d54bbe commit 9a647b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ N10 G00 X0.2 Y0.707106781186547
3535
```
3636
Or you can add rounding with:
3737
```gcode
38-
N10 G00 X0.2 Y@(round(sin(45)), 4)
38+
N10 G00 X0.2 Y@(round(sin(45), 4))
3939
```
4040
Which gives:
4141
```gcode

0 commit comments

Comments
 (0)