Преглед изворни кода

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

AnHardt пре 10 година
родитељ
комит
120d4c7a8c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Прегледај датотеку

@@ -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
 

Loading…
Откажи
Сачувај