by valhallaCNC » Fri May 20, 2022 3:19 am
I have been trying to use variables in G-Code. I get an error when I use this G0 Z [-0.026+#100] , it appears it cannot evaluate this expression. However if I define #101 = [-0.026+#100] , G0#101 it works without errors. Is there a way to evaluate expression directly as in the first example ? Thanks Joe