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:
parent
8b4ac05dda
commit
0681e46742
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue