Merge pull request #260 from PavelSindler/presort_after_print
presort files when print is finished
This commit is contained in:
commit
f2d9c00103
|
|
@ -246,7 +246,7 @@ void CardReader::startFileprint()
|
|||
{
|
||||
sdprinting = true;
|
||||
#ifdef SDCARD_SORT_ALPHA
|
||||
flush_presort();
|
||||
// flush_presort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
@ -1047,7 +1047,7 @@ void CardReader::printingHasFinished()
|
|||
}
|
||||
autotempShutdown();
|
||||
#ifdef SDCARD_SORT_ALPHA
|
||||
//presort();
|
||||
//if(!check_file) presort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue