|
|
|
@ -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 2 // (µ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 // (µs) DRV8825 on 32bit CPUs
|
|
|
|
|
#define STEPPER_DIRECTION_DELAY 2 // (µs) Delay between dir and step
|
|
|
|
|
|
|
|
|
|
// @section temperature
|
|
|
|
|