mirror of https://github.com/Desuuuu/klipper.git
stepper: Increase the step delay time from 1us to 2us
Increase the step delay time so that it works with the common DRV8825 stepper drivers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
156de2e4c2
commit
c60e4aceed
|
@ -94,7 +94,7 @@ stepper_load_next(struct stepper *s)
|
||||||
return SF_RESCHEDULE;
|
return SF_RESCHEDULE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define UNSTEP_TIME timer_from_us(1)
|
#define UNSTEP_TIME timer_from_us(2)
|
||||||
|
|
||||||
// Timer callback - step the given stepper.
|
// Timer callback - step the given stepper.
|
||||||
uint_fast8_t
|
uint_fast8_t
|
||||||
|
|
Loading…
Reference in New Issue