Added Smoothie homing error

This commit is contained in:
Tyler Anderson 2019-05-30 11:41:50 -07:00 committed by GitHub
parent 2cd9c3449c
commit db478767aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}
}