瀏覽代碼

E3V2 Status Area followup (#21072)

Steven Haigh 3 年之前
父節點
當前提交
e27a2a96a0
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/lcd/dwin/e3v2/dwin.cpp

+ 1
- 1
Marlin/src/lcd/dwin/e3v2/dwin.cpp 查看文件

@@ -1675,7 +1675,7 @@ void update_variable() {
1675 1675
   }
1676 1676
 
1677 1677
   #if HAS_FAN
1678
-    if (_fanspeed != thermalManager.fan_speed[0]) {
1678
+    if (_new_fanspeed) {
1679 1679
       _fanspeed = thermalManager.fan_speed[0];
1680 1680
       DWIN_Draw_IntValue(true, true, 0, DWIN_FONT_STAT, Color_White, Color_Bg_Black, 3, 195 + 2 * STAT_CHR_W, 384, _fanspeed);
1681 1681
     }

Loading…
取消
儲存