Increase BLOCK_DELAY_FOR_1ST_MOVE to 100
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
This commit is contained in:
parent
4c4fd9f32f
commit
1132ec34c1
@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
// Delay for delivery of first block to the stepper ISR, if the queue contains 2 or
|
// Delay for delivery of first block to the stepper ISR, if the queue contains 2 or
|
||||||
// fewer movements. The delay is measured in milliseconds, and must be less than 250ms
|
// fewer movements. The delay is measured in milliseconds, and must be less than 250ms
|
||||||
#define BLOCK_DELAY_FOR_1ST_MOVE 50
|
#define BLOCK_DELAY_FOR_1ST_MOVE 100
|
||||||
|
|
||||||
Planner planner;
|
Planner planner;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user