SimplyPrint / OctoPrint-Creality2xTemperatureReportingFix

Fixes the temperature reporting from the Creality Ender-3 v2 printer
MIT License
27 stars 7 forks source link

Negative values (missing thermistor) not handled #14

Closed j-be closed 3 years ago

j-be commented 3 years ago

A friend of mine asked for help as "that warning on OctoPrint about my printer's firmware is back". I remember he has one of those crappy Creality 4.x.x boards, and we had to install your awesome plugin. I asked him what OctoPrint's Terminal has to say and he sent me:

TT::-15.00-15.00 //0.000.00 BB::24.2624.26 //0.000.00 @@::00 BB@@::00

Now, -15 seems to missing thermistor, as that was what was causing the issue. Not an everyday use-case, but I guess still worth handling. Will provide a PR shortly.