mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 00:08:58 +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()));
|
||||
}
|
||||
#endif
|
||||
#if FIRMWARE_TARGET == MARLIN || FIRMWARE_TARGET == MARLINKIMBRA
|
||||
#if FIRMWARE_TARGET == MARLIN
|
||||
jsonfile+=sname;
|
||||
jsonfile+="\",\"size\":\"";
|
||||
LOG(String(i+1));
|
||||
@ -3417,7 +3417,7 @@ void handleSDFileList()
|
||||
// }
|
||||
LOG("\r\n");
|
||||
#endif
|
||||
#if FIRMWARE_TARGET == SMOOTHIEWARE
|
||||
#if FIRMWARE_TARGET == SMOOTHIEWARE || FIRMWARE_TARGET == MARLINKIMBRA
|
||||
jsonfile+=sname;
|
||||
jsonfile+="\",\"size\":\"";
|
||||
LOG(String(i+1));
|
||||
|
Loading…
x
Reference in New Issue
Block a user