LCD preheat followup
This commit is contained in:
parent
5ae45bab18
commit
fec416f9db
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user