Explorar el Código

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

AnHardt hace 10 años
padre
commit
120d4c7a8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Ver fichero

@@ -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…
Cancelar
Guardar