浏览代码

Merge pull request #5301 from AnHardt/fix-USE_BIG_EDIT_FONT

Fix USE_BIG_EDIT_FONT
Scott Lahteine 8 年前
父节点
当前提交
23935dd23a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      Marlin/ultralcd_impl_DOGM.h

+ 2
- 1
Marlin/ultralcd_impl_DOGM.h 查看文件

@@ -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)

正在加载...
取消
保存