Patch tabs, heater led tests

This commit is contained in:
Scott Lahteine
2019-11-06 16:28:36 -06:00
parent a89f4703df
commit e6dfc991ae
3 changed files with 46 additions and 42 deletions

View File

@ -1066,9 +1066,13 @@ void MarlinUI::draw_status_screen() {
static uint8_t ledsprev = 0;
uint8_t leds = 0;
if (thermalManager.degTargetBed() > 0) leds |= LED_A;
#if HAS_HEATED_BED
if (thermalManager.degTargetBed() > 0) leds |= LED_A;
#endif
if (thermalManager.degTargetHotend(0) > 0) leds |= LED_B;
#if HOTENDS
if (thermalManager.degTargetHotend(0) > 0) leds |= LED_B;
#endif
#if FAN_COUNT > 0
if (0