-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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-1561 Fix MMU unload issue #4773
Conversation
All values in bytes. Δ Delta to base
|
…an check if needed. Send //action:cancel when LCD Stop print is selected.
60d2bfd
to
65a26e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If fan is still blocked ther printer will try to heat up but again fail with a fan error. A second Stop print is needed.
Tested this and works as described. Personally I don't like it, if the user wants to stop the print, it should stop the print. Not a good user experience having to click the "stop print" button twice.
I wonder if this works well. We do this when resuming a print. If the self test fails, we shouldn't bother or even try heating up the extruder. |
The Tune menu is now also available during a fan error, so the user can decide to en/disable the fan check.
Send
//action:cancel
to host when Stop print is executed.Steps to reproduce:
Results:
The preferred state of printer + MMU is to have no filament loaded after a print finished or has been stopped.
Advantages:
Replaces #4771
ToDo