"G28 Z forbidden" => "Home XY first"

This commit is contained in:
Scott Lahteine
2018-03-28 21:54:20 -05:00
parent deefd2defa
commit b5f1a4141c
24 changed files with 24 additions and 26 deletions

View File

@@ -805,7 +805,7 @@
#define MSG_ERR_MINTEMP_BED _UxGT("Err: MINTEMP BED")
#endif
#ifndef MSG_ERR_Z_HOMING
#define MSG_ERR_Z_HOMING _UxGT("G28 Z Forbidden")
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
#endif
#ifndef MSG_HALTED
#define MSG_HALTED _UxGT("PRINTER HALTED")