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

prime_line unmatched retract #670

Open
1 task done
p0pa opened this issue Nov 3, 2024 · 0 comments
Open
1 task done

prime_line unmatched retract #670

p0pa opened this issue Nov 3, 2024 · 0 comments
Labels
bug Something isn't working triage This is a new issue to be sorted (automatic label)

Comments

@p0pa
Copy link

p0pa commented Nov 3, 2024

Klippain branch

  • I confirm using the main branch

Version

v4.3.1-11

Describe the bug and expected behavior

In prime_line.cfg, right after the prime line is printed there's a small z-hop and retract that's unmatched with detract by the end of the macro:

# Retract and Z-hop
G92 E0
G1 E-0.2 F2100
G92 E0
G1 Z3 F{Sz}

The nozzle is then moved X,Y and the buffer is flushed with M400, so the 'usual' printing commands are executed from here. The slicer adds another retract on BEFORE_LAYER_CHANGE, so the filament is retracted further. On AFTER_LAYER_CHANGE the detract is not enough to stabilise the pressure (it only equals slicer retract value, price_line.cfg retract is hanging unmatched), so the first print moves are not extruding anything.

Additional information and klippy.log

No response

@p0pa p0pa added bug Something isn't working triage This is a new issue to be sorted (automatic label) labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This is a new issue to be sorted (automatic label)
Projects
None yet
Development

No branches or pull requests

1 participant