This commit is contained in:
Knutwurst
2021-09-17 21:38:18 +02:00
parent ad974e176c
commit 533d44bf94

View File

@@ -1137,9 +1137,6 @@ void AnycubicTouchscreenClass::PrintList()
int count = filenumber; int count = filenumber;
int max_files; int max_files;
int filesOnSDCard = card.countFilesInWorkDir(); int filesOnSDCard = card.countFilesInWorkDir();
// What is this shit? What if there are exactely 3 files+folders?
// TODO: find something better than this crap.
if ((filesOnSDCard - filenumber) < 4) if ((filesOnSDCard - filenumber) < 4)
{ {
@@ -1155,8 +1152,9 @@ void AnycubicTouchscreenClass::PrintList()
SERIAL_ECHOLN("max_files = filenumber + 3;"); SERIAL_ECHOLN("max_files = filenumber + 3;");
#endif #endif
} }
//max_files = filesOnSDCard; if(filesOnSDCard == 3)
filenumber = 0;
#ifdef ANYCUBIC_TFT_DEBUG #ifdef ANYCUBIC_TFT_DEBUG
SERIAL_ECHOPGM("filesOnSDCard: "); SERIAL_ECHOPGM("filesOnSDCard: ");