gcode
gcode copied to clipboard
Support for gcode in lowercase and with spaces
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?