Browse Source

Fix undefined STATUS_CHAMBER_WIDTH

Scott Lahteine 4 years ago
parent
commit
870a1f753a
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/src/lcd/dogm/dogm_Statusscreen.h

+ 3
- 1
Marlin/src/lcd/dogm/dogm_Statusscreen.h View File

854
     };
854
     };
855
 
855
 
856
   #endif
856
   #endif
857
-#else // HAS_HEATED_CHAMBER
857
+#endif
858
+
859
+#ifndef STATUS_CHAMBER_WIDTH
858
   #define STATUS_CHAMBER_WIDTH 0
860
   #define STATUS_CHAMBER_WIDTH 0
859
 #endif
861
 #endif
860
 
862
 

Loading…
Cancel
Save