2uS default step pulse (#9989)

This commit is contained in:
Bob-the-Kuhn
2018-03-07 21:11:01 -06:00
committed by Scott Lahteine
parent ca577c1638
commit 6b4a928145
45 changed files with 90 additions and 45 deletions

View File

@ -776,7 +776,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 1 // (µ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 1 // (µs)
// @section temperature