We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d54bbe commit 9a647b7Copy full SHA for 9a647b7
1 file changed
README.md
@@ -35,7 +35,7 @@ N10 G00 X0.2 Y0.707106781186547
35
```
36
Or you can add rounding with:
37
```gcode
38
-N10 G00 X0.2 Y@(round(sin(45)), 4)
+N10 G00 X0.2 Y@(round(sin(45), 4))
39
40
Which gives:
41
0 commit comments