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
3.98k stars 1.59k forks source link

stream.py for python3 #1248

Open dlbraun opened 3 months ago

dlbraun commented 3 months ago

I did a first pass at updating doc/scripts/stream.py for Python3. If one of the developers wants to check it over and add it to the distribution that would be great. It basically works. There is an issue where after uploading all the lines from the g-code file it sometimes enters an infinite loop of printing IDLE:....

stream.txt