Merge pull request #310 from PavelSindler/sort_files

dont sort files when print is finished
This commit is contained in:
PavelSindler 2017-12-12 15:45:36 +01:00 committed by GitHub
commit 4681b1275f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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