🎨 Null heating message method

This commit is contained in:
Scott Lahteine
2021-05-22 17:56:31 -05:00
committed by Scott Lahteine
parent 83f9413196
commit d1502f74ea
4 changed files with 7 additions and 7 deletions

View File

@ -1382,7 +1382,7 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) {
#if HAS_MULTI_HOTEND
thermalManager.setTargetHotend(thermalManager.degTargetHotend(active_extruder), migration_extruder);
TERN_(AUTOTEMP, planner.autotemp_update());
TERN_(HAS_STATUS_MESSAGE, thermalManager.set_heating_message(0));
thermalManager.set_heating_message(0);
thermalManager.wait_for_hotend(active_extruder);
#endif