Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PFW-1542 Handle fan error sooner when waiting for heating to complete #4418

Merged
merged 1 commit into from
Oct 3, 2023

Commits on Sep 30, 2023

  1. 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.
    gudnimg committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    e621d34 View commit details
    Browse the repository at this point in the history