Add stepper driver DIR delay configuration option
...and recommended pulse width configuration for A4988
This commit is contained in:
@ -332,6 +332,11 @@ void Stepper::set_directions() {
|
||||
}
|
||||
#endif
|
||||
#endif // !LIN_ADVANCE
|
||||
|
||||
// A small delay may be needed after changing direction
|
||||
#if MINIMUM_STEPPER_DIR_DELAY > 0
|
||||
DELAY_NS(MINIMUM_STEPPER_DIR_DELAY);
|
||||
#endif
|
||||
}
|
||||
|
||||
#if ENABLED(S_CURVE_ACCELERATION)
|
||||
|
Reference in New Issue
Block a user