Browse Source

Remove useless assignment in lcd_cooldown

The current filament action will be aborted by lcd_return_to_status()
Yuri D'Elia 2 years ago
parent
commit
83693bf4cc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Firmware/ultralcd.cpp

+ 0 - 1
Firmware/ultralcd.cpp

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