-
Notifications
You must be signed in to change notification settings - Fork 229
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
[BUG] M114 causes stuttering #2788
Comments
I believe there will be Marlin update in the next release (hoping for 4.5.0)? |
#2488 is definitely not making it into 4.5.0. I just managed today to start first print with Marlin updated to 2.1.x. Most of the features ale still broken with updated Marlin and 4.5.0 is already feature frozen going trough bug-fixing only. So Marlin will be updated in some later release. |
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment. |
This issue has been closed due to lack of recent activity. Please consider opening a new one if needed. |
Because there is no implementation of M154, hosts need to poll the current position with M114. Because the Mini firmware is based on an outdated version of Marlin, M114 waits for the motion planner to synchronize and thus causes stuttering.
A solution would be to update M114, implement M154 or extend M155 with the C parameter, like it is done in the i3 firmware.
The text was updated successfully, but these errors were encountered: