Merge pull request #310 from PavelSindler/sort_files
dont sort files when print is finished
This commit is contained in:
commit
4681b1275f
|
|
@ -1009,7 +1009,7 @@ void CardReader::printingHasFinished()
|
|||
}
|
||||
autotempShutdown();
|
||||
#ifdef SDCARD_SORT_ALPHA
|
||||
presort();
|
||||
//presort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue