GCodeParser icon indicating copy to clipboard operation
GCodeParser copied to clipboard

The GCode parser is designed to parse GCode in order that it can then be processed.

Results 2 GCodeParser issues
Sort by recently updated
recently updated
newest added

[Bug_ESP32.zip](https://github.com/tgolla/GCodeParser/files/10873006/Bug_ESP32.zip) [Bug_ESP32_fixed.zip](https://github.com/tgolla/GCodeParser/files/10873008/Bug_ESP32_fixed.zip) I found an issue with GetWordValue when I ran the provide example on an ESP32 cpu: GetWordValue returns 288 for the input "G0X120". For "G00X120" I get the...

This helps to prevent an extra while() search loop. Also fixed: `HasWord(char letter)` should return `false` when `letter` is not a valid word (`IsWord(letter) == false`)