bvanheu / stratatools

Stratasys EEPROM tool
BSD 3-Clause "New" or "Revised" License
88 stars 40 forks source link

Add command line option to produce input and output suitable for directly feeding to the uPrint 'er' and 'ew' diagnostic commands. #56

Closed nkaminski closed 6 years ago

nkaminski commented 6 years ago

I have finished implementing the incomplete DiagnosticPort_Formatter class and used such to add a new, optional command line argument, '-D', that allows input and output to be read and written in the format produced by the EEPROM read and write diagnostic commands on a uPrint. This allows for easy reading and writing of material cartridges in the machine. Finally, this change has been documented in the readme as well as via the addition of code comments.

bvanheu commented 6 years ago

thanks!