mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-11 21:09:05 +08:00
Adjust folder filtering for marlinkimbra
which display all files / subfiles/ folders and subfolders
This commit is contained in:
parent
4d8012d2f7
commit
7db0080d5e
@ -3403,7 +3403,7 @@ void handleSDFileList()
|
|||||||
LOG( CONFIG::formatBytes(ssize.toInt()));
|
LOG( CONFIG::formatBytes(ssize.toInt()));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if FIRMWARE_TARGET == MARLIN || FIRMWARE_TARGET == MARLINKIMBRA
|
#if FIRMWARE_TARGET == MARLIN
|
||||||
jsonfile+=sname;
|
jsonfile+=sname;
|
||||||
jsonfile+="\",\"size\":\"";
|
jsonfile+="\",\"size\":\"";
|
||||||
LOG(String(i+1));
|
LOG(String(i+1));
|
||||||
@ -3417,7 +3417,7 @@ void handleSDFileList()
|
|||||||
// }
|
// }
|
||||||
LOG("\r\n");
|
LOG("\r\n");
|
||||||
#endif
|
#endif
|
||||||
#if FIRMWARE_TARGET == SMOOTHIEWARE
|
#if FIRMWARE_TARGET == SMOOTHIEWARE || FIRMWARE_TARGET == MARLINKIMBRA
|
||||||
jsonfile+=sname;
|
jsonfile+=sname;
|
||||||
jsonfile+="\",\"size\":\"";
|
jsonfile+="\",\"size\":\"";
|
||||||
LOG(String(i+1));
|
LOG(String(i+1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user