gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
4.04k stars 1.61k forks source link

Fix streamer to remove comments starting with ';' too before feeding to Grbl #1132

Open anpaza opened 2 years ago

anpaza commented 2 years ago

This fixes the problem with comments containing non-ASCII characters, which can be interpreted as immediate control chars by Grbl (jogging etc).