Fix 0 extruders & bed compile (#20030)

This commit is contained in:
Jason Smith
2020-11-05 16:15:29 -08:00
committed by Scott Lahteine
parent 1767a3bd70
commit 10c8647c1b
3 changed files with 15 additions and 7 deletions

View File

@ -104,6 +104,9 @@
#if DO_DRAW_HOTENDS
#define MAX_HOTEND_DRAW _MIN(HOTENDS, ((LCD_PIXEL_WIDTH - (STATUS_LOGO_BYTEWIDTH + STATUS_FAN_BYTEWIDTH) * 8) / (STATUS_HEATERS_XSPACE)))
#endif
#if EITHER(DO_DRAW_BED, DO_DRAW_HOTENDS)
#define STATUS_HEATERS_BOT (STATUS_HEATERS_Y + STATUS_HEATERS_HEIGHT - 1)
#endif