LCD preheat followup

This commit is contained in:
Scott Lahteine 2020-04-27 06:27:54 -05:00
parent 5ae45bab18
commit fec416f9db

View file

@ -65,7 +65,7 @@ void Temperature::lcd_preheat(const int16_t e, const int8_t indh, const int8_t i
#if FAN_COUNT > 1 #if FAN_COUNT > 1
active_extruder < FAN_COUNT ? active_extruder : active_extruder < FAN_COUNT ? active_extruder :
#endif #endif
0), ui.preheat_fan_speed[m] 0), ui.preheat_fan_speed[indh]
); );
#endif #endif
ui.return_to_status(); ui.return_to_status();