Skip to content

Lift Z after brush#403

Open
smwoodward wants to merge 1 commit into
Frix-x:mainfrom
PeakPDT:Original
Open

Lift Z after brush#403
smwoodward wants to merge 1 commit into
Frix-x:mainfrom
PeakPDT:Original

Conversation

@smwoodward

Copy link
Copy Markdown
Contributor

Added Z lift after brush

Added Z lift after brush
@barecool

barecool commented Jan 3, 2024

Copy link
Copy Markdown

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

Surion79 commented Feb 1, 2024

Copy link
Copy Markdown
Contributor

maybe it would be easy to use existing homing zhop?

@Frix-x

Frix-x commented Feb 1, 2024

Copy link
Copy Markdown
Owner

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 :)

@mjonuschat mjonuschat added stale Issue that appear to be inactive, mark for potenial closing if stale for longer time enhancement New feature or request labels Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request stale Issue that appear to be inactive, mark for potenial closing if stale for longer time

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants