Remove useless assignment in lcd_cooldown
The current filament action will be aborted by lcd_return_to_status()
This commit is contained in:
parent
78f856c8d6
commit
83693bf4cc
1 changed files with 0 additions and 1 deletions
|
@ -1399,7 +1399,6 @@ static void lcd_cooldown()
|
|||
setAllTargetHotends(0);
|
||||
setTargetBed(0);
|
||||
fanSpeed = 0;
|
||||
eFilamentAction = FilamentAction::None;
|
||||
lcd_return_to_status();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue