Fix heater status display for advanced pause
This commit is contained in:
committed by
Scott Lahteine
parent
ac33a378c0
commit
a32f7b329c
@ -704,7 +704,9 @@ static void lcd_implementation_status_screen() {
|
||||
lcd_print(' ');
|
||||
lcd_print(itostr3(thermalManager.degHotend(active_extruder)));
|
||||
lcd_print('/');
|
||||
lcd_print(itostr3(thermalManager.degTargetHotend(active_extruder)));
|
||||
|
||||
if (lcd_blink() || !thermalManager.is_heater_idle(active_extruder))
|
||||
lcd_print(itostr3(thermalManager.degTargetHotend(active_extruder)));
|
||||
}
|
||||
|
||||
#endif // ADVANCED_PAUSE_FEATURE
|
||||
|
Reference in New Issue
Block a user