浏览代码

Followup to #12691 (typo)

Scott Lahteine 6 年前
父节点
当前提交
9d59a9c840
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp 查看文件

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

正在加载...
取消
保存