Use "PSU" label to fit on screen
This commit is contained in:
parent
30887feae3
commit
0a18fb735e
@ -199,7 +199,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
|
#define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
|
||||||
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
||||||
#define MSG_INFO_PSU _UxGT("Power Supply")
|
#define MSG_INFO_PSU _UxGT("PSU")
|
||||||
|
|
||||||
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("CHANGE FILAMENT")
|
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("CHANGE FILAMENT")
|
||||||
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Extrude more")
|
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Extrude more")
|
||||||
|
@ -820,7 +820,7 @@
|
|||||||
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_INFO_PSU
|
#ifndef MSG_INFO_PSU
|
||||||
#define MSG_INFO_PSU _UxGT("Power Supply")
|
#define MSG_INFO_PSU _UxGT("PSU")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_DRIVE_STRENGTH
|
#ifndef MSG_DRIVE_STRENGTH
|
||||||
#define MSG_DRIVE_STRENGTH _UxGT("Drive Strength")
|
#define MSG_DRIVE_STRENGTH _UxGT("Drive Strength")
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
|
|
||||||
#define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
|
#define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
|
||||||
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
||||||
#define MSG_INFO_PSU _UxGT("Power Supply") //accepted English term in Dutch
|
#define MSG_INFO_PSU _UxGT("PSU") //accepted English term in Dutch
|
||||||
|
|
||||||
#define MSG_DRIVE_STRENGTH _UxGT("Motorstroom")
|
#define MSG_DRIVE_STRENGTH _UxGT("Motorstroom")
|
||||||
#define MSG_DAC_PERCENT _UxGT("Driver %") //accepted English term in Dutch
|
#define MSG_DAC_PERCENT _UxGT("Driver %") //accepted English term in Dutch
|
||||||
|
Loading…
Reference in New Issue
Block a user