Browse Source

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

AnHardt 10 years ago
parent
commit
120d4c7a8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp View File

719
       SERIAL_ERROR_START;
719
       SERIAL_ERROR_START;
720
       SERIAL_ERROR((int)e);
720
       SERIAL_ERROR((int)e);
721
       SERIAL_ERRORLNPGM(MSG_INVALID_EXTRUDER_NUM);
721
       SERIAL_ERRORLNPGM(MSG_INVALID_EXTRUDER_NUM);
722
-      kill();
722
+      kill(PSTR(MSG_KILLED));
723
       return 0.0;
723
       return 0.0;
724
     } 
724
     } 
725
 
725
 

Loading…
Cancel
Save