Przeglądaj źródła

Merge remote-tracking branch 'origin/kill2' into _temp_error

AnHardt 10 lat temu
rodzic
commit
120d4c7a8c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Wyświetl plik

@@ -719,7 +719,7 @@ static float analog2temp(int raw, uint8_t e) {
719 719
       SERIAL_ERROR_START;
720 720
       SERIAL_ERROR((int)e);
721 721
       SERIAL_ERRORLNPGM(MSG_INVALID_EXTRUDER_NUM);
722
-      kill();
722
+      kill(PSTR(MSG_KILLED));
723 723
       return 0.0;
724 724
     } 
725 725
 

Ładowanie…
Anuluj
Zapisz