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

Switch to G27 in abort print option #13

Merged
merged 1 commit into from
Oct 25, 2020

Conversation

formless63
Copy link

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

  • Filling out this template is required. Pull Requests without a clear description may be closed at the maintainers' discretion.

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

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.
@Sebazzz
Copy link
Collaborator

Sebazzz commented Oct 9, 2020

NOZZLE_PARK_FEATURE is defined so this should be fine. @nickacker any concerns from your side?

@Sebazzz Sebazzz merged commit 5b65444 into CR6Community:creality-cr6-merge-attempt Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Raise Z-Height During On-Screen End-Print Process
2 participants