Scott Lahteine 10 anni fa
parent
commit
c756b4cf07
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Vedi File

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

Loading…
Annulla
Salva