Browse Source

E3V2 Status Area followup (#21072)

Steven Haigh 3 years ago
parent
commit
e27a2a96a0
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dwin/e3v2/dwin.cpp

+ 1
- 1
Marlin/src/lcd/dwin/e3v2/dwin.cpp View File

1675
   }
1675
   }
1676
 
1676
 
1677
   #if HAS_FAN
1677
   #if HAS_FAN
1678
-    if (_fanspeed != thermalManager.fan_speed[0]) {
1678
+    if (_new_fanspeed) {
1679
       _fanspeed = thermalManager.fan_speed[0];
1679
       _fanspeed = thermalManager.fan_speed[0];
1680
       DWIN_Draw_IntValue(true, true, 0, DWIN_FONT_STAT, Color_White, Color_Bg_Black, 3, 195 + 2 * STAT_CHR_W, 384, _fanspeed);
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…
Cancel
Save