Skip to content

Commit 247d258

Browse files
committed
Enable long filename support for ESP3D
1 parent e000aea commit 247d258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/Configuration_adv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1540,10 +1540,10 @@
15401540

15411541
// Allow international symbols in long filenames. To display correctly, the
15421542
// LCD's font must contain the characters. Check your selected LCD language.
1543-
//#define UTF_FILENAME_SUPPORT
1543+
#define UTF_FILENAME_SUPPORT
15441544

1545-
//#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
1546-
//#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
1545+
#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
1546+
#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
15471547

15481548
#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
15491549

0 commit comments

Comments
 (0)