Fix extraneous "Home XYZ First" message
This commit is contained in:
@@ -168,8 +168,7 @@
|
||||
#define MSG_ZPROBE_OUT _UxGT("Probe udenfor plade")
|
||||
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Selv-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("først")
|
||||
#define MSG_HOME_FIRST _UxGT("Home %s%s%s først")
|
||||
#define MSG_ZPROBE_ZOFFSET _UxGT("Z Offset")
|
||||
#define MSG_BABYSTEP_X _UxGT("Babystep X")
|
||||
#define MSG_BABYSTEP_Y _UxGT("Babystep Y")
|
||||
@@ -182,7 +181,7 @@
|
||||
#define MSG_ERR_MINTEMP _UxGT("Fejl: Min temp")
|
||||
#define MSG_ERR_MAXTEMP_BED _UxGT("Fejl: Maks Plade temp")
|
||||
#define MSG_ERR_MINTEMP_BED _UxGT("Fejl: Min Plade temp")
|
||||
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
||||
#define MSG_ERR_Z_HOMING _UxGT("Home XY først")
|
||||
#define MSG_HALTED _UxGT("PRINTER STOPPET")
|
||||
#define MSG_PLEASE_RESET _UxGT("Reset Venligst")
|
||||
#define MSG_SHORT_DAY _UxGT("d") // Kun et bogstav
|
||||
|
Reference in New Issue
Block a user