diff --git a/MatterControlLib/PrinterCommunication/PrinterConnection.cs b/MatterControlLib/PrinterCommunication/PrinterConnection.cs index 77487ff97..0793a44d4 100644 --- a/MatterControlLib/PrinterCommunication/PrinterConnection.cs +++ b/MatterControlLib/PrinterCommunication/PrinterConnection.cs @@ -320,6 +320,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication readLineContainsCallBacks.Register("T:inf", PrinterReportsError); readLineContainsCallBacks.Register("B:inf", PrinterReportsError); readLineContainsCallBacks.Register("ZProbe not triggered", PrinterReportsError); + readLineStartCallBacks.Register("ERROR: Homing cycle failed", PrinterReportsError); // marlin failures readLineContainsCallBacks.Register("MINTEMP", PrinterReportsError); @@ -3048,4 +3049,4 @@ You will then need to logout and log back in to the computer for the changes to UsbDisconnected, ConnectionTimeout } -} \ No newline at end of file +}