|
@@ -71,6 +71,7 @@ const char MSG_PRINT_ABORTED[] PROGMEM_I1 = ISTR("Print aborted");
|
|
|
const char MSG_PULL_OUT_FILAMENT[] PROGMEM_I1 = ISTR("Please pull out filament immediately");
|
|
|
const char MSG_RECOVER_PRINT[] PROGMEM_I1 = ISTR("Blackout occurred. Recover print?");
|
|
|
const char MSG_REFRESH[] PROGMEM_I1 = ISTR("\xF8" "Refresh");
|
|
|
+const char MSG_RESUMING_PRINT[] PROGMEM_I1 = ISTR("Resuming print");
|
|
|
const char MSG_REMOVE_STEEL_SHEET[] PROGMEM_I1 = ISTR("Please remove steel sheet from heatbed.");
|
|
|
const char MSG_SD_ERR_WRITE_TO_FILE[] PROGMEM_I1 = ISTR("error writing to file");
|
|
|
const char MSG_SD_OPEN_FILE_FAIL[] PROGMEM_I1 = ISTR("open failed, File: ");
|