Switch to G27 in abort print option #13
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This prevents the printer from it's current abort behavior that can drag the hot nozzle on the bed and dig in and/or catch the print on it's way to the current G28XY command, especially because bed mesh is no longer respected once performing the cancellation. This does introduce a problem of the screen freezing on the "Stop Printing?" screen, however this is far preferable to physical damage to the printer and can be solved with a power cycle. Heaters do shut off during this process as expected regardless of the screen state.
Requirements
Description
This prevents the printer from it's current abort behavior that can drag the hot nozzle on the bed and dig in and/or catch the print on it's way to the current G28XY command, especially because bed mesh is no longer respected once performing the cancellation. This does introduce a problem of the screen freezing on the "Stop Printing?" screen, however this is far preferable to physical damage to the printer and can be solved with a power cycle. Heaters do shut off during this process as expected regardless of the screen state.
Benefits
Prevents physical damage to printer when using on-screen End Print functionality.
Configurations
This is an edit to Configuration_adv.h itself. Used with existing NOZZLE_PARK_FEATURE settings already in Configuration.h
Related Issues
Closes #12