Browse Source

UTF Filenames followup (#20135)

Keith Bennett 4 years ago
parent
commit
f9e54331ba
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

1260
 
1260
 
1261
   // Allow international symbols in long filenames. To display correctly, the
1261
   // Allow international symbols in long filenames. To display correctly, the
1262
   // LCD's font must contain the characters. Check your selected LCD language.
1262
   // LCD's font must contain the characters. Check your selected LCD language.
1263
-  #define UTF_FILENAME_SUPPORT
1263
+  //#define UTF_FILENAME_SUPPORT
1264
 
1264
 
1265
   // This allows hosts to request long names for files and folders with M33
1265
   // This allows hosts to request long names for files and folders with M33
1266
   //#define LONG_FILENAME_HOST_SUPPORT
1266
   //#define LONG_FILENAME_HOST_SUPPORT

Loading…
Cancel
Save