Touch-MI Menu and Manual Deploy option (#14290)
This commit is contained in:
committed by
Scott Lahteine
parent
dab2f0c89c
commit
24655a6bf3
@ -948,6 +948,21 @@
|
||||
#ifndef MSG_BLTOUCH_MODE_CHANGE
|
||||
#define MSG_BLTOUCH_MODE_CHANGE _UxGT("DANGER: Bad settings can cause damage! Proceed anyway?")
|
||||
#endif
|
||||
#ifndef MSG_TOUCHMI_PROBE
|
||||
#define MSG_TOUCHMI_PROBE _UxGT("TouchMI")
|
||||
#endif
|
||||
#ifndef MSG_TOUCHMI_INIT
|
||||
#define MSG_TOUCHMI_INIT _UxGT("Init TouchMI")
|
||||
#endif
|
||||
#ifndef MSG_TOUCHMI_ZTEST
|
||||
#define MSG_TOUCHMI_ZTEST _UxGT("Z offset Test")
|
||||
#endif
|
||||
#ifndef MSG_TOUCHMI_SAVE
|
||||
#define MSG_TOUCHMI_SAVE _UxGT("Save")
|
||||
#endif
|
||||
#ifndef MSG_MANUAL_DEPLOY_TOUCHMI
|
||||
#define MSG_MANUAL_DEPLOY_TOUCHMI _UxGT("Deploy TouchMI")
|
||||
#endif
|
||||
#ifndef MSG_MANUAL_DEPLOY
|
||||
#define MSG_MANUAL_DEPLOY _UxGT("Deploy Z-Probe")
|
||||
#endif
|
||||
|
@ -334,6 +334,11 @@
|
||||
#define MSG_BLTOUCH_MODE_STORE_5V _UxGT("Mise en 5V")
|
||||
#define MSG_BLTOUCH_MODE_STORE_OD _UxGT("Mise en OD")
|
||||
#define MSG_BLTOUCH_MODE_ECHO _UxGT("Afficher Mode")
|
||||
#define MSG_TOUCHMI_PROBE _UxGT("TouchMI")
|
||||
#define MSG_TOUCHMI_INIT _UxGT("Init. TouchMI")
|
||||
#define MSG_TOUCHMI_ZTEST _UxGT("Test décalage Z")
|
||||
#define MSG_TOUCHMI_SAVE _UxGT("Sauvegarde")
|
||||
#define MSG_MANUAL_DEPLOY_TOUCHMI _UxGT("Déployer TouchMI")
|
||||
#define MSG_MANUAL_DEPLOY _UxGT("Déployer Sonde Z")
|
||||
#define MSG_MANUAL_STOW _UxGT("Ranger Sonde Z")
|
||||
#define MSG_HOME _UxGT("Origine") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
||||
|
Reference in New Issue
Block a user