|
Last edited by vbogom In 2021-3-15 04:48 Editor
It is required to use variables in g-code. The documentation has an example of declaring a variable:
#1=SIN[30.0]
But there are no examples of their use.
I tried using different options, like this:
#1=20.0
G00Y#1
But it doesn't work that way.
Tell me the correct way to use variables.
Thanks!
|
|