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