Fix sanitization of directory names on Anycubic 1.0 Display.

This commit is contained in:
Knutwurst
2023-05-31 15:19:18 +02:00
parent c83dad91f3
commit 2af4a2d4e6

View File

@@ -1036,7 +1036,7 @@ void AnycubicTouchscreenClass::RenderCurrentFolder(uint16_t selectedNumber) {
SEND_PGM("/");
SENDLINE(currentFileList.shortFilename());
SEND_PGM("/");
SENDLINE(currentFileList.filename());
SENDLINE(outputString);
#endif
SERIAL_ECHO(count);
SERIAL_ECHOPGM(": /");