|
|
@ -125,10 +125,8 @@ void GcodeSuite::M104_M109(const bool isM109) { |
|
|
|
thermalManager.auto_job_check_timer(isM109, true); |
|
|
|
#endif |
|
|
|
|
|
|
|
#if HAS_STATUS_MESSAGE |
|
|
|
if (thermalManager.isHeatingHotend(target_extruder) || !no_wait_for_cooling) |
|
|
|
thermalManager.set_heating_message(target_extruder); |
|
|
|
#endif |
|
|
|
if (thermalManager.isHeatingHotend(target_extruder) || !no_wait_for_cooling) |
|
|
|
thermalManager.set_heating_message(target_extruder); |
|
|
|
} |
|
|
|
|
|
|
|
TERN_(AUTOTEMP, planner.autotemp_M104_M109()); |
|
|
|