mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
Reset progress bar when print ends
Fix #10330 Based on #10333 by @marcio-ao
This commit is contained in:
parent
8e36d00ad0
commit
211544b543
1 changed files with 3 additions and 0 deletions
|
@ -937,6 +937,9 @@ void CardReader::printingHasFinished() {
|
|||
#if ENABLED(SDCARD_SORT_ALPHA)
|
||||
presort();
|
||||
#endif
|
||||
#if ENABLED(ULTRA_LCD) && ENABLED(LCD_SET_PROGRESS_MANUALLY)
|
||||
progress_bar_percent = 0;
|
||||
#endif
|
||||
#if ENABLED(SD_REPRINT_LAST_SELECTED_FILE)
|
||||
lcd_reselect_last_file();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue