Przeglądaj źródła

Merge pull request #5301 from AnHardt/fix-USE_BIG_EDIT_FONT

Fix USE_BIG_EDIT_FONT
Scott Lahteine 8 lat temu
rodzic
commit
23935dd23a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      Marlin/ultralcd_impl_DOGM.h

+ 2
- 1
Marlin/ultralcd_impl_DOGM.h Wyświetl plik

@@ -54,8 +54,9 @@
54 54
   #include "_Bootscreen.h"
55 55
 #endif
56 56
 
57
-#if DISABLED(MAPPER_C2C3) && DISABLED(MAPPER_NON) && ENABLED(USE_BIG_EDIT_FONT)
57
+#if DISABLED(DISPLAY_CHARSET_ISO10646_1)
58 58
   #undef USE_BIG_EDIT_FONT
59
+  #undef USE_SMALL_INFOFONT
59 60
 #endif
60 61
 
61 62
 #if ENABLED(USE_SMALL_INFOFONT)

Ładowanie…
Anuluj
Zapisz