Procházet zdrojové kódy

Fix #9201

FILAMENT_LCD_DISPLAY can work with SDSUPPORT
Scott Lahteine před 7 roky
rodič
revize
e7b50c89b0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Marlin/src/lcd/ultralcd_impl_DOGM.h

+ 1
- 1
Marlin/src/lcd/ultralcd_impl_DOGM.h Zobrazit soubor

@@ -690,7 +690,7 @@ static void lcd_implementation_status_screen() {
690 690
   // When everything is ok you see a constant 'X'.
691 691
 
692 692
   static char xstring[5], ystring[5], zstring[7];
693
-  #if ENABLED(FILAMENT_LCD_DISPLAY) && DISABLED(SDSUPPORT)
693
+  #if ENABLED(FILAMENT_LCD_DISPLAY)
694 694
     static char wstring[5], mstring[4];
695 695
   #endif
696 696
 

Loading…
Zrušit
Uložit