Set a safe default MINIMUM_STEPPER_PULSE of 2

This commit is contained in:
Scott Lahteine 2018-03-09 03:59:18 -06:00
parent fa12866de3
commit a9392c6b27
38 changed files with 76 additions and 38 deletions

View file

@ -778,7 +778,8 @@
// The minimum pulse width (in µs) for stepping a stepper.
// Set this if you find stepping unreliable, or if using a very fast CPU.
#define MINIMUM_STEPPER_PULSE 0 // (µs) The smallest stepper pulse allowed
// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
#define MINIMUM_STEPPER_PULSE 2
// @section temperature