Customizable preheat labels

This commit is contained in:
Scott Lahteine
2018-10-23 00:57:19 -05:00
parent a553ab82e0
commit e229b831fa
82 changed files with 174 additions and 10 deletions

View File

@ -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(" ")