When i attempt to use DRV8825's on Marlin 1.1.8, the motors vibrate and don't spin. However, using the exact same drivers on Repetier Firmware, i get no issues at all.
I change A4988 by DRV8825 on a Ramps board with Marlin 1.1.8. No problem but need to adjust current.
I鈥檓 using MKS GEN 1.4
Marlin 1.1.8 defaults to #define MINIMUM_STEPPER_PULSE 0 in Configuration_adv.h (this was changed in bugfix) DRV8825's require that you change it to #define MINIMUM_STEPPER_PULSE 2, you didn't supply configs as the issue template requested so I can only assume you haven't.
DRV8825's require that you change it to
#define MINIMUM_STEPPER_PULSE 2
It may not matter on AVR, but it can't hurt.
@WillShawx
This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:
After seeking help from the community, if the consensus points to to a bug in Marlin, then you should post a bug report.
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.