Browse Source

E3V2 Status Area followup (#21072)

vanilla_fb_2.0.x
Steven Haigh 3 years ago
committed by GitHub
parent
commit
e27a2a96a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/lcd/dwin/e3v2/dwin.cpp

2
Marlin/src/lcd/dwin/e3v2/dwin.cpp

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

Loading…
Cancel
Save