Browse Source

Merge pull request #2230 from AnHardt/psm

Fix thermal protection state machine target temp. V2
AnHardt 10 years ago
parent
commit
163a9ff58e
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/temperature.cpp

+ 0
- 1
Marlin/temperature.cpp View File

@@ -1042,7 +1042,6 @@ void tp_init() {
1042 1042
       case TRReset:
1043 1043
         *timer = 0;
1044 1044
         *state = TRInactive;
1045
-        break;
1046 1045
       // Inactive state waits for a target temperature to be set
1047 1046
       case TRInactive:
1048 1047
         if (target_temperature > 0) {

Loading…
Cancel
Save