Added Smoothie homing error
This commit is contained in:
parent
2cd9c3449c
commit
db478767aa
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue