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(" ")
|
||||
|
@ -60,15 +60,15 @@
|
||||
#define MSG_SET_HOME_OFFSETS _UxGT("キジュンオフセットセッテイ") // "Set home offsets"
|
||||
#define MSG_HOME_OFFSETS_APPLIED _UxGT("オフセットガテキヨウサレマシタ") // "Offsets applied"
|
||||
#define MSG_SET_ORIGIN _UxGT("キジュンセット") // "Set origin"
|
||||
#define MSG_PREHEAT_1 _UxGT("PLA ヨネツ") // "Preheat PLA"
|
||||
#define MSG_PREHEAT_1 _UxGT(PREHEAT_1_LABEL " ヨネツ") // "Preheat PLA"
|
||||
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
|
||||
#define MSG_PREHEAT_1_ALL _UxGT("PLA スベテヨネツ") // " All"
|
||||
#define MSG_PREHEAT_1_BEDONLY _UxGT("PLA ベッドヨネツ") // " Bed"
|
||||
#define MSG_PREHEAT_1_ALL _UxGT(PREHEAT_1_LABEL " スベテヨネツ") // " All"
|
||||
#define MSG_PREHEAT_1_BEDONLY _UxGT(PREHEAT_1_LABEL " ベッドヨネツ") // " Bed"
|
||||
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT("セッテイ") // " conf"
|
||||
#define MSG_PREHEAT_2 _UxGT("ABS ヨネツ") // "Preheat ABS"
|
||||
#define MSG_PREHEAT_2 _UxGT(PREHEAT_2_LABEL " ヨネツ") // "Preheat ABS"
|
||||
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
|
||||
#define MSG_PREHEAT_2_ALL _UxGT("ABS スベテヨネツ") // " All"
|
||||
#define MSG_PREHEAT_2_BEDONLY _UxGT("ABS ベッドヨネツ") // " Bed"
|
||||
#define MSG_PREHEAT_2_ALL _UxGT(PREHEAT_2_LABEL " スベテヨネツ") // " All"
|
||||
#define MSG_PREHEAT_2_BEDONLY _UxGT(PREHEAT_2_LABEL " ベッドヨネツ") // " Bed"
|
||||
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT("セッテイ") // " conf"
|
||||
#define MSG_COOLDOWN _UxGT("カネツテイシ") // "Cooldown"
|
||||
#define MSG_SWITCH_PS_ON _UxGT("デンゲン オン") // "Switch power on"
|
||||
|
@ -57,12 +57,12 @@
|
||||
#define MSG_SET_HOME_OFFSETS _UxGT("设置原点偏移") //"Set home offsets"
|
||||
#define MSG_HOME_OFFSETS_APPLIED _UxGT("偏移已启用") //"Offsets applied"
|
||||
#define MSG_SET_ORIGIN _UxGT("设置原点") //"Set origin"
|
||||
#define MSG_PREHEAT_1 _UxGT("预热PLA") //"Preheat PLA"
|
||||
#define MSG_PREHEAT_1 _UxGT("预热" PREHEAT_1_LABEL) //"Preheat PLA"
|
||||
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ") //MSG_PREHEAT_1 " "
|
||||
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" 全部") //MSG_PREHEAT_1 " All"
|
||||
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" 热床") //MSG_PREHEAT_1 " Bed"
|
||||
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" 设置") //MSG_PREHEAT_1 " conf"
|
||||
#define MSG_PREHEAT_2 _UxGT("预热ABS") //"Preheat ABS"
|
||||
#define MSG_PREHEAT_2 _UxGT("预热" PREHEAT_2_LABEL) //"Preheat ABS"
|
||||
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ") //MSG_PREHEAT_2 " "
|
||||
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" 全部") //MSG_PREHEAT_2 " All"
|
||||
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" 热床") //MSG_PREHEAT_2 " Bed"
|
||||
|
Reference in New Issue
Block a user