Merge pull request #260 from PavelSindler/presort_after_print

presort files when print is finished
This commit is contained in:
PavelSindler 2017-11-03 16:18:47 +01:00 committed by GitHub
commit f2d9c00103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}