|
@@ -28,7 +28,6 @@ const char MSG_CRASHDETECT_ON[] PROGMEM_I1 = ISTR("Crash det. [on]");
|
|
|
const char MSG_ENDSTOP_HIT[] PROGMEM_I1 = ISTR("TRIGGERED");
|
|
|
const char MSG_ENDSTOP_OPEN[] PROGMEM_I1 = ISTR("open");
|
|
|
const char MSG_ENDSTOPS_HIT[] PROGMEM_I1 = ISTR("endstops hit: ");
|
|
|
-const char MSG_Enqueing[] PROGMEM_I1 = ISTR("enqueing \"");
|
|
|
const char MSG_ERR_STOPPED[] PROGMEM_I1 = ISTR("Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)");
|
|
|
const char MSG_ERROR[] PROGMEM_I1 = ISTR("ERROR:");
|
|
|
const char MSG_EXTRUDER[] PROGMEM_I1 = ISTR("Extruder");
|
|
@@ -122,3 +121,4 @@ const char MSG_Z_MIN[] PROGMEM_N1 = "z_min: ";
|
|
|
const char MSG_ZPROBE_OUT[] PROGMEM_N1 = "Z probe out. bed";
|
|
|
const char MSG_ZPROBE_ZOFFSET[] PROGMEM_N1 = "Z Offset";
|
|
|
const char MSG_TMC_OVERTEMP[] PROGMEM_N1 = "TMC DRIVER OVERTEMP";
|
|
|
+const char MSG_Enqueing[] PROGMEM_N1 = "enqueing \"";
|