gcode-preview icon indicating copy to clipboard operation
gcode-preview copied to clipboard

Make reading from a stream possible via processGCode

Open remcoder opened this issue 1 year ago • 0 comments

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.

remcoder avatar Oct 18 '24 16:10 remcoder