Fix extraneous "Home XYZ First" message
This commit is contained in:
@@ -168,8 +168,7 @@
|
||||
#define MSG_ZPROBE_OUT _UxGT("Sonda Z fuera")
|
||||
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Auto-Test")
|
||||
#define MSG_BLTOUCH_RESET _UxGT("Reset BLTouch")
|
||||
#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
||||
#define MSG_FIRST _UxGT("first")
|
||||
#define MSG_HOME_FIRST _UxGT("Home %s%s%s first")
|
||||
#define MSG_ZPROBE_ZOFFSET _UxGT("Desfase Z")
|
||||
#define MSG_BABYSTEP_X _UxGT("Micropaso X")
|
||||
#define MSG_BABYSTEP_Y _UxGT("Micropaso Y")
|
||||
@@ -182,7 +181,7 @@
|
||||
#define MSG_ERR_MINTEMP _UxGT("Error: Temp Menima")
|
||||
#define MSG_ERR_MAXTEMP_BED _UxGT("Error: Temp Max base")
|
||||
#define MSG_ERR_MINTEMP_BED _UxGT("Error: Temp Min base")
|
||||
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
||||
#define MSG_ERR_Z_HOMING _UxGT("Home XY first")
|
||||
#define MSG_HALTED _UxGT("IMPRESORA ATURADA")
|
||||
#define MSG_PLEASE_RESET _UxGT("Per favor reinic.")
|
||||
#define MSG_SHORT_DAY _UxGT("d")
|
||||
|
||||
Reference in New Issue
Block a user