Browse Source

Comment tweak

Scott Lahteine 10 years ago
parent
commit
c756b4cf07
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp View File

1027
     }
1027
     }
1028
 
1028
 
1029
     switch (*state) {
1029
     switch (*state) {
1030
-      // Inactive state waits for a target temperature, then 
1030
+      // Inactive state waits for a target temperature to be set
1031
       case TRInactive:
1031
       case TRInactive:
1032
         if (target_temperature > 0) *state = TRFirstHeating;
1032
         if (target_temperature > 0) *state = TRFirstHeating;
1033
         break;
1033
         break;

Loading…
Cancel
Save