Browse Source

Fix USE_BIG_EDIT_FONT

AnHardt 8 years ago
parent
commit
b91fab2d7d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/ultralcd_impl_DOGM.h

+ 2
- 1
Marlin/ultralcd_impl_DOGM.h View File

54
   #include "_Bootscreen.h"
54
   #include "_Bootscreen.h"
55
 #endif
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
   #undef USE_BIG_EDIT_FONT
58
   #undef USE_BIG_EDIT_FONT
59
+  #undef USE_SMALL_INFOFONT
59
 #endif
60
 #endif
60
 
61
 
61
 #if ENABLED(USE_SMALL_INFOFONT)
62
 #if ENABLED(USE_SMALL_INFOFONT)

Loading…
Cancel
Save