Remove useless assignment in lcd_cooldown

The current filament action will be aborted by lcd_return_to_status()
This commit is contained in:
Yuri D'Elia 2021-12-07 17:42:27 +01:00
parent 78f856c8d6
commit 83693bf4cc

View File

@ -1399,7 +1399,6 @@ static void lcd_cooldown()
setAllTargetHotends(0);
setTargetBed(0);
fanSpeed = 0;
eFilamentAction = FilamentAction::None;
lcd_return_to_status();
}