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

Lift Z after brush #403

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Lift Z after brush #403

wants to merge 1 commit into from

Conversation

smwoodward
Copy link
Contributor

Added Z lift after brush

Added Z lift after brush
@barecool
Copy link

barecool commented Jan 3, 2024

may I suggest making it configurable via _USER_VARIABLES
like
under variables.cfg add

variable_purge_lift_z: 5

nozzle_cleaning.cfg

{% set lift_z = printer["gcode_macro _USER_VARIABLES"].purge_lift_z|default(5)|int %}

G1 Z{lift_z} F{Sc}

@Surion79
Copy link
Collaborator

Surion79 commented Feb 1, 2024

maybe it would be easy to use existing homing zhop?

@Frix-x
Copy link
Owner

Frix-x commented Feb 1, 2024

We also have to take care of machines where the brush is fixed to the side of the machine and the bed is moving (like on a V0): in this case the Zhop is not needed because the distance from the brush to the nozzle is not affected. I have such a machine and that's why I never implemented this zhop in the beginning.

But I'm all for it if we manage to make it a bit more intelligent :)

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.

4 participants