Increase BLOCK_DELAY_FOR_1ST_MOVE to 100

Co-Authored-By: ejtagle <ejtagle@hotmail.com>
This commit is contained in:
Scott Lahteine 2018-06-09 21:13:55 -05:00
parent 4c4fd9f32f
commit 1132ec34c1

View File

@ -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;