dont sort files when print is finished
This commit is contained in:
parent
7a7f6b8d87
commit
1ef5543a2a
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ void CardReader::printingHasFinished()
|
|||
}
|
||||
autotempShutdown();
|
||||
#ifdef SDCARD_SORT_ALPHA
|
||||
presort();
|
||||
//presort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue