Use target_temperature
This commit is contained in:
parent
3c7fa74d60
commit
fa45b97d4a
|
|
@ -9878,7 +9878,7 @@ void long_pause() //long pause print
|
||||||
// Stop heaters
|
// Stop heaters
|
||||||
heating_status = HeatingStatus::NO_HEATING;
|
heating_status = HeatingStatus::NO_HEATING;
|
||||||
#ifdef HEATER_LOWER_TEMP
|
#ifdef HEATER_LOWER_TEMP
|
||||||
setTargetHotend(degHotend(active_extruder)- HEATER_LOWER_TEMP);
|
setTargetHotend(target_temperature[active_extruder]- HEATER_LOWER_TEMP);
|
||||||
#else
|
#else
|
||||||
setTargetHotend(0);
|
setTargetHotend(0);
|
||||||
#endif //HEATER_LOWER_TEMP
|
#endif //HEATER_LOWER_TEMP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue