You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. T1 R123 does work without an issue with the added "123" after the "R"
Is there an option to allow zero parameter values? Maybe I have just missed it.
I'm testing it using text2gcodes('T1 R')
Thanks.
The text was updated successfully, but these errors were encountered:
Hey,
i've got gcode lines like:
T1 R
M1013 R
and if there is no number after the "R", i get the exception
GCodeWordStrError : word 'R' value invalid
I have added the classes:
E.g.
T1 R123
does work without an issue with the added "123" after the "R"Is there an option to allow zero parameter values? Maybe I have just missed it.
I'm testing it using
text2gcodes('T1 R')
Thanks.
The text was updated successfully, but these errors were encountered: