Browse Source

Increase the planner first block HOLD delay to 100mS

etagle 7 years ago
parent
commit
d82704354f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/planner.cpp

+ 1
- 1
Marlin/src/module/planner.cpp View File

94
 
94
 
95
 // Delay for delivery of first block to the stepper ISR, if the queue contains 2 or
95
 // Delay for delivery of first block to the stepper ISR, if the queue contains 2 or
96
 // fewer movements. The delay is measured in milliseconds, and must be less than 250ms
96
 // fewer movements. The delay is measured in milliseconds, and must be less than 250ms
97
-#define BLOCK_DELAY_FOR_1ST_MOVE 50
97
+#define BLOCK_DELAY_FOR_1ST_MOVE 100
98
 
98
 
99
 Planner planner;
99
 Planner planner;
100
 
100
 

Loading…
Cancel
Save