Apply HAS_MULTI_HOTEND

This commit is contained in:
Scott Lahteine
2020-04-27 04:49:31 -05:00
parent 33217b0dd0
commit c4d57462dc
3 changed files with 5 additions and 5 deletions

View File

@ -1244,7 +1244,7 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) {
#endif
// Migrate the temperature to the new hotend
#if HOTENDS > 1
#if HAS_MULTI_HOTEND
thermalManager.setTargetHotend(thermalManager.degTargetHotend(active_extruder), migration_extruder);
#if HAS_DISPLAY
thermalManager.set_heating_message(0);