-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Lin advance timing patch #4123
Lin advance timing patch #4123
Conversation
Rc bug fix
Rc bug fix
Also the extruder stepper ISR has to keep an eye on step_loops count.
I'm just following up in this manner…
Looks like all you need to do to bring this PR up to date is actually…
|
I thought, for some reason, that step loops had been made obsolete by the variable stepper ISR timing. I guess not! Q: This should also apply to regular |
Yes, that's also true for ADVANCE. |
We do have to be cautious about those ISRs. And always remember the maxim, "To make it go faster, make it do less." |
Minor UI fixes for MMU status line during toolchange
Fixes #4114. Forgot to keep track of the step_loops value inside the estepper ISR..
Edit: No idea why it shows 3 Commits - I'm not smart enough for GitHub.