gcode-preview
gcode-preview copied to clipboard
Make reading from a stream possible via processGCode
Basically _readFromStream should be dropped as an exposed method (it was experimental anyway) and processGCode should be able to handle streams. Streams are useful for instance when drag 'n dropping a file. It keeps the memory usage down in the parsing stage.