"G28 Z Forbidden" => "Home XY first"
Some languages will need to be updated for proper phrasing
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user