Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PFW-1542 Handle fan error sooner when waiting for heating to complete
While waiting for the nozzle to reach a certain temperature, a fan error should disable the hotend heater. If printing, it will simply pause the print. Previously the printer would wait for the nozzle to heat up before pausing the print and turning off the hotend heater. We rely on LcdCommands::LongPause and must return to the top level loop to process it. Waiting in the while loop e.g. in M190 does not make sense.
- Loading branch information