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

klipper issue: move exceeds maximum extrusion #19

Open
Neiizo opened this issue Jun 5, 2022 · 2 comments
Open

klipper issue: move exceeds maximum extrusion #19

Neiizo opened this issue Jun 5, 2022 · 2 comments

Comments

@Neiizo
Copy link

Neiizo commented Jun 5, 2022

Hi. I'm using klipper and was really looking forward to using this tool. However, the code doesn't even start. After heating up, it gets into position and I get the message:
Move exceeds maximum extrusion (1.924mm^2 vs 0.640mm^2)

I'm not sure how to fix this. Can anybody help ?

@PaFcio
Copy link

PaFcio commented Jul 8, 2022

You need to add following to [extruder] entity in config:

max_extrude_cross_section: #I used 5 here, worked
max_extrude_only_accel: #I used 5 here, worked
max_extrude_only_distance: #here 200 recommended as that is what is extruded afaik

@m0n5t3r
Copy link

m0n5t3r commented Feb 23, 2024

what you actually need is max_extrude_only_distance and max_extrude_cross_section; setting max_extrude_only_accel to 5 had me scratching my head for a day trying to figure out why klipper appeared to stutter randomly (retraction / unretraction is an extrude-only move, and setting an acceleration so low causes even a 0.5mm retract / unretract to take ~ 2 seconds)

edit: hm, seeing as the blob extrusion happens while moving the Z axis, maybe only the cross-section setting is needed; I had the extrude distance set anyway for filament load / unload

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

No branches or pull requests

3 participants