mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-20 00:22:29 +00:00
Increase BLOCK_DELAY_FOR_1ST_MOVE to 100
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
This commit is contained in:
parent
4c4fd9f32f
commit
1132ec34c1
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue