We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6e952 commit 9f6cafbCopy full SHA for 9f6cafb
1 file changed
Marlin/src/libs/nozzle.cpp
@@ -189,12 +189,12 @@ Nozzle nozzle;
189
#if ENABLED(NOZZLE_CLEAN_HEATUP)
190
SERIAL_ECHOLNPGM("Nozzle too Cold - Heating");
191
thermalManager.setTargetHotend(NOZZLE_CLEAN_MIN_TEMP, arrPos);
192
- thermalManager.wait_for_hotend(arrPos);
193
#else
194
SERIAL_ECHOLNPGM("Nozzle too cold - Skipping wipe");
195
return;
196
#endif
197
}
+ thermalManager.wait_for_hotend(arrPos);
198
199
200
#if HAS_SOFTWARE_ENDSTOPS
0 commit comments