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

Marlin bugfix-1.1.x hangs with LIN_ADVANCE enabled and large-ish K values #6960

Closed
joris57 opened this issue Jun 5, 2017 · 6 comments
Closed

Comments

@joris57
Copy link

joris57 commented Jun 5, 2017

With a K=300 or larger following gcode script makes Marlin 'hang' (LCD is still responsive but no more code gets executed). The extrusion in below code does not `occur.

M190 S45 ; wait for bed temp
M109 S190 ; wait for extruder temp
G1 X50 Y50 Z0.35 F3000.0
G91
G1 X60.0 E9.0  F1000.0 ; intro line 1
G1 X40.0 E8.0  F1000.0 ; intro line 2 was E12.5
G90
@psavva
Copy link
Contributor

psavva commented Jun 17, 2017

Please check #5699 (comment)

@thinkyhead
Copy link
Member

@psavva Are you saying a lower K value is required, and that's all that can be done?

@psavva
Copy link
Contributor

psavva commented Jun 19, 2017

Issue is caused with too high K value, too high microstepping, and finally causes the freeze. If you check the last comments on 5699 which also has a workaround for this.

I still think a permanent fix is needed.

Lowering K value together with dropping Microstepping should resolve it (workaround)

@LunNova
Copy link
Contributor

LunNova commented Oct 2, 2017

This was probably the same issue as #5699, if so it can be closed.

@joris57
Copy link
Author

joris57 commented Oct 6, 2017

Not inclined to do further testing at the moment, so closing as requested.

@joris57 joris57 closed this as completed Oct 6, 2017
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants