gcode icon indicating copy to clipboard operation
gcode copied to clipboard

Support for gcode in lowercase and with spaces

Open jes opened this issue 1 year ago • 0 comments

Hi, I'm using your gcode parsing library in my G-code sender.

Grbl accepts gcode like "g0x5" as equivalent to "G0 X5", but this library requires gcode to be in uppercase and have spaces.

If I were to fix this, would you accept the change, or do you suggest I simply fork the lib?

jes avatar Feb 27 '24 13:02 jes