presort files when print is finished

This commit is contained in:
PavelSindler 2017-10-31 19:54:42 +01:00
parent 32ee171a49
commit 3ec227c02e
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ void CardReader::printingHasFinished()
}
autotempShutdown();
#ifdef SDCARD_SORT_ALPHA
//presort();
presort();
#endif
}
}