Support longer print times in M31
This commit is contained in:
@ -488,12 +488,18 @@
|
||||
#ifndef MSG_PLEASE_RESET
|
||||
#define MSG_PLEASE_RESET "Please reset"
|
||||
#endif
|
||||
#ifndef MSG_END_DAY
|
||||
#define MSG_END_DAY "days"
|
||||
#endif
|
||||
#ifndef MSG_END_HOUR
|
||||
#define MSG_END_HOUR "hours"
|
||||
#endif
|
||||
#ifndef MSG_END_MINUTE
|
||||
#define MSG_END_MINUTE "minutes"
|
||||
#endif
|
||||
#ifndef MSG_PRINT_TIME
|
||||
#define MSG_PRINT_TIME "Print time"
|
||||
#endif
|
||||
#ifndef MSG_HEATING
|
||||
#define MSG_HEATING "Heating..."
|
||||
#endif
|
||||
@ -521,6 +527,7 @@
|
||||
#ifndef MSG_DELTA_CALIBRATE_CENTER
|
||||
#define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
|
||||
#endif
|
||||
|
||||
#ifndef MSG_INFO_MENU
|
||||
#define MSG_INFO_MENU "About Printer"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user