Scott Lahteine 7 years ago
parent
commit
a6485456df
2 changed files with 2 additions and 6 deletions
  1. 0
    6
      Marlin/src/lcd/dogm/status_screen_DOGM.h
  2. 2
    0
      Marlin/src/lcd/ultralcd_impl_DOGM.h

+ 0
- 6
Marlin/src/lcd/dogm/status_screen_DOGM.h View File

300
   // XYZ Coordinates
300
   // XYZ Coordinates
301
   //
301
   //
302
 
302
 
303
-  #if ENABLED(USE_SMALL_INFOFONT)
304
-    #define INFO_FONT_HEIGHT 7
305
-  #else
306
-    #define INFO_FONT_HEIGHT 8
307
-  #endif
308
-
309
   #define XYZ_BASELINE (30 + INFO_FONT_HEIGHT)
303
   #define XYZ_BASELINE (30 + INFO_FONT_HEIGHT)
310
 
304
 
311
   #define X_LABEL_POS  3
305
   #define X_LABEL_POS  3

+ 2
- 0
Marlin/src/lcd/ultralcd_impl_DOGM.h View File

74
 #if ENABLED(USE_SMALL_INFOFONT)
74
 #if ENABLED(USE_SMALL_INFOFONT)
75
   #include "dogm/dogm_font_data_6x9_marlin.h"
75
   #include "dogm/dogm_font_data_6x9_marlin.h"
76
   #define FONT_STATUSMENU_NAME u8g_font_6x9
76
   #define FONT_STATUSMENU_NAME u8g_font_6x9
77
+  #define INFO_FONT_HEIGHT 7
77
 #else
78
 #else
78
   #define FONT_STATUSMENU_NAME FONT_MENU_NAME
79
   #define FONT_STATUSMENU_NAME FONT_MENU_NAME
80
+  #define INFO_FONT_HEIGHT 8
79
 #endif
81
 #endif
80
 
82
 
81
 #include "dogm/dogm_font_data_Marlin_symbols.h"   // The Marlin special symbols
83
 #include "dogm/dogm_font_data_Marlin_symbols.h"   // The Marlin special symbols

Loading…
Cancel
Save