|
@@ -133,7 +133,7 @@ const char MSG_NONE[] PROGMEM_I1 = ISTR("None");
|
|
|
const char MSG_WARN[] PROGMEM_I1 = ISTR("Warn");
|
|
|
const char MSG_STRICT[] PROGMEM_I1 = ISTR("Strict");
|
|
|
const char MSG_MODEL[] PROGMEM_I1 = ISTR("Model");
|
|
|
-const char MSG_FIRMWARE[] PROGMEM_I1 = ISTR("Firmware");
|
|
|
+const char MSG_FIRMWARE[] PROGMEM_I1 = ISTR("Firmware");
|
|
|
const char MSG_GCODE[] PROGMEM_I1 = ISTR("Gcode");
|
|
|
const char MSG_GCODE_DIFF_PRINTER_CONTINUE[] PROGMEM_I1 = ISTR("G-code sliced for a different printer type. Continue?");
|
|
|
const char MSG_GCODE_DIFF_PRINTER_CANCELLED[] PROGMEM_I1 =ISTR("G-code sliced for a different printer type. Please re-slice the model again. Print cancelled.");
|