Customizable preheat labels
This commit is contained in:
@ -119,7 +119,7 @@
|
||||
#define MSG_SET_ORIGIN _UxGT("Set origin")
|
||||
#endif
|
||||
#ifndef MSG_PREHEAT_1
|
||||
#define MSG_PREHEAT_1 _UxGT("Preheat PLA")
|
||||
#define MSG_PREHEAT_1 _UxGT("Preheat " PREHEAT_1_LABEL)
|
||||
#endif
|
||||
#ifndef MSG_PREHEAT_1_N
|
||||
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
|
||||
@ -137,7 +137,7 @@
|
||||
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" conf")
|
||||
#endif
|
||||
#ifndef MSG_PREHEAT_2
|
||||
#define MSG_PREHEAT_2 _UxGT("Preheat ABS")
|
||||
#define MSG_PREHEAT_2 _UxGT("Preheat " PREHEAT_2_LABEL)
|
||||
#endif
|
||||
#ifndef MSG_PREHEAT_2_N
|
||||
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
|
||||
|
Reference in New Issue
Block a user