Browse Source

Followup to #12691 (typo)

Scott Lahteine 6 years ago
parent
commit
9d59a9c840
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp View File

286
       next_auto_fan_check_ms = next_temp_ms + 2500UL;
286
       next_auto_fan_check_ms = next_temp_ms + 2500UL;
287
     #endif
287
     #endif
288
 
288
 
289
-    if (target > GHV(BED_MAXTEMP, maxttemp[heater]) - 15)) {
289
+    if (target > GHV(BED_MAXTEMP, maxttemp[heater]) - 15) {
290
       SERIAL_ECHOLNPGM(MSG_PID_TEMP_TOO_HIGH);
290
       SERIAL_ECHOLNPGM(MSG_PID_TEMP_TOO_HIGH);
291
       return;
291
       return;
292
     }
292
     }

Loading…
Cancel
Save