Wait for the same hotend that is heating.

This commit is contained in:
Jason Smith
2020-12-08 20:26:36 -08:00
parent 72cdf4a11d
commit 49b53a04b5
+1 -1
View File
@@ -162,7 +162,7 @@ Nozzle nozzle;
#if ENABLED(NOZZLE_CLEAN_HEAT_LOWTEMP)
SERIAL_ECHOLNPGM("Nozzle too Cold - Heating");
thermalManager.setTargetHotend(NOZZLE_CLEAN_TEMP, arrPos);
thermalManager.wait_for_hotend(0);
thermalManager.wait_for_hotend(arrPos);
#else
SERIAL_ECHOLNPGM("Nozzle too cold - Skipping Wipe");
return;