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

Add 2 more commands to G27 - P3/P4 park #26401

Merged

Conversation

classicrocker883
Copy link
Contributor

@classicrocker883 classicrocker883 commented Nov 7, 2023

Description

Open to suggestions

This adds two more cases to nozzle.cpp

G27 P3: // Raise by NOZZLE_PARK_Z_RAISE_MIN, bypass XY-park position

G27 P4: // Skip raise Z, go to XY position

Requirements

NOZZLE_PARK_FEATURE

Benefits

P3: if you just want to raise the Z axis, by 5 or 10mm at any position.

P4: if you just want to Park in the XY, not Z

Configurations

Related Issues

I know sometimes we just need the option to either only raise the Z (below park.z height), or move to the XY location without moving Z.

@thinkyhead thinkyhead merged commit b275820 into MarlinFirmware:bugfix-2.1.x Nov 9, 2023
59 checks passed
thinkyhead added a commit to MarlinFirmware/MarlinDocumentation that referenced this pull request Nov 9, 2023
@classicrocker883 classicrocker883 deleted the bugfix-2.1.x-Nov branch November 12, 2023 09:38
eoyilmaz pushed a commit to eoyilmaz/Marlin that referenced this pull request Nov 21, 2023
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants