Luu Lac
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/dogm/dogm_Statusscreen.h
|
|
@ -1232,7 +1232,7 @@ |
|
|
|
#define _HEATERS_WIDTH (HOTENDS * (STATUS_HEATERS_XSPACE)) // as many hotends as possible
|
|
|
|
#elif STATUS_HEATERS_WIDTH |
|
|
|
#define _HEATERS_WIDTH STATUS_HEATERS_WIDTH |
|
|
|
#else |
|
|
|
#elif HOTENDS |
|
|
|
#error "Status screen heaters region was not specified." |
|
|
|
#endif |
|
|
|
#if STATUS_LOGO_WIDTH > (LCD_PIXEL_WIDTH - (_EXTRA_WIDTH + _HEATERS_WIDTH)) |
|
|
|