Catch hardware error from Prusa Mk3

This is the error the printer throws when bed leveling fails. The printer has to be rebooted after this.
This commit is contained in:
Tyler Anderson 2018-10-29 16:18:30 -07:00 committed by GitHub
parent 8b4ac05dda
commit 0681e46742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -293,6 +293,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
ReadLineContainsCallBacks.AddCallbackToKey("Error:Thermal Runaway, system stopped!", PrinterReportsError);
ReadLineContainsCallBacks.AddCallbackToKey("Error:Heating failed", PrinterReportsError);
ReadLineStartCallBacks.AddCallbackToKey("temp sensor defect", PrinterReportsError);
ReadLinestartCallBacks.AddCallbackToKey("Error:Printer halted", PrinterReportsError);
// repetier temperature failures
ReadLineContainsCallBacks.AddCallbackToKey("dry run mode", PrinterReportsError);