Skip to content

Commit

Permalink
E3V2 Status Area followup (MarlinFirmware#21072)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRCinAU authored and vyacheslav-shubin committed Mar 10, 2021
1 parent 0996647 commit 6a8d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/dwin/e3v2/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6a8d13c

Please sign in to comment.