Browse Source

if no HOTENDS

pull/1/head
Luu Lac 5 years ago
committed by GitHub
parent
commit
5d81d7cefe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/lcd/dogm/dogm_Statusscreen.h

2
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))

Loading…
Cancel
Save