Use target_temperature

This commit is contained in:
3d-gussner 2024-11-22 16:02:18 +01:00
parent 3c7fa74d60
commit fa45b97d4a
1 changed files with 1 additions and 1 deletions

View File

@ -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