Skip to content
Snippets Groups Projects
Commit 2efc072f authored by Marcio Teixeira's avatar Marcio Teixeira Committed by Scott Lahteine
Browse files

Clear progress bar on completion (#10333)

Fix #10330
parent 6ce060cf
No related branches found
No related tags found
No related merge requests found
......@@ -977,6 +977,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment