Increase the planner first block HOLD delay to 100mS

This commit is contained in:
etagle 2018-06-03 20:01:45 -03:00 committed by Scott Lahteine
parent 779d4a17a0
commit d82704354f

View file

@ -94,7 +94,7 @@
// 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
#define BLOCK_DELAY_FOR_1ST_MOVE 50
#define BLOCK_DELAY_FOR_1ST_MOVE 100
Planner planner;