瀏覽代碼

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)

Loading…
取消
儲存