Browse Source

Comment tweak

pull/1/head
Scott Lahteine 9 years ago
parent
commit
c756b4cf07
  1. 2
      Marlin/temperature.cpp

2
Marlin/temperature.cpp

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

Loading…
Cancel
Save