Scott Lahteine 6 anos atrás
pai
commit
a6485456df

+ 0
- 6
Marlin/src/lcd/dogm/status_screen_DOGM.h Ver arquivo

@@ -300,12 +300,6 @@ static void lcd_implementation_status_screen() {
300 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 303
   #define XYZ_BASELINE (30 + INFO_FONT_HEIGHT)
310 304
 
311 305
   #define X_LABEL_POS  3

+ 2
- 0
Marlin/src/lcd/ultralcd_impl_DOGM.h Ver arquivo

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

Carregando…
Cancelar
Salvar