Improvements and fixes to Lulzbot UI (#15490)
This commit is contained in:
committed by
Scott Lahteine
parent
e6055dce76
commit
dc14d4a13c
@ -861,7 +861,7 @@ void MarlinUI::draw_status_screen() {
|
||||
uint16_t per;
|
||||
#if HAS_FAN0
|
||||
if (true
|
||||
#if EXTRUDERS
|
||||
#if EXTRUDERS && ENABLED(ADAPTIVE_FAN_SLOWING)
|
||||
&& (blink || thermalManager.fan_speed_scaler[0] < 128)
|
||||
#endif
|
||||
) {
|
||||
|
Reference in New Issue
Block a user