Skip to content

Commit

Permalink
Followup to #12691 (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 20, 2018
1 parent 3829d6c commit 9d59a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ uint8_t Temperature::soft_pwm_amount[HOTENDS];
next_auto_fan_check_ms = next_temp_ms + 2500UL;
#endif

if (target > GHV(BED_MAXTEMP, maxttemp[heater]) - 15)) {
if (target > GHV(BED_MAXTEMP, maxttemp[heater]) - 15) {
SERIAL_ECHOLNPGM(MSG_PID_TEMP_TOO_HIGH);
return;
}
Expand Down

0 comments on commit 9d59a9c

Please sign in to comment.