Skip to content

Commit

Permalink
Use target_temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
3d-gussner committed Nov 22, 2024
1 parent 3c7fa74 commit fa45b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa45b97

Please sign in to comment.