-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Layer skipping o MKS Sbase #16086
Comments
It is not obvious from the title, but this behavior is discussed in issue #11205 . The settings listed here are a good workaround, but not a solution. There is a problem in Marlin causing it not to guarantee MINIMUM_STEPPER_PULSE. I am working on a fix, but it isn't quite ready to post yet. Maybe it will happen tonight. |
closing since this is most likely a dublicate of issue in #11205 we can reopen if its truly a different issue, we only need one open with the same issue |
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. |
I have just discoverd that there is a bug in MKS sbase drivers drv8825
I was doing a clean install on it and got small layershifts on all axis after some help on Facebook I did get som help to sort it out.
I did have to enable in configuratiation_adv.h
#define MINIMUM_STEPPER_POST_DIR_DELAY 650
#define MINIMUM_STEPPER_PRE_DIR_DELAY 650
#define MINIMUM_STEPPER_PULSE 5
#define MAXIMUM_STEPPER_RATE 250000
and that sorted things out
please uppdate the example config in the repository
The text was updated successfully, but these errors were encountered: