Skip to content

Commit aaf7d0e

Browse files
committed
First step timing improvements
1 parent 820153b commit aaf7d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Marlin/src/module/stepper.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2381,6 +2381,7 @@ uint32_t Stepper::block_phase_isr() {
23812381

23822382
// Calculate the initial timer interval
23832383
interval = calc_timer_interval(current_block->initial_rate << oversampling_factor, &steps_per_isr);
2384+
acceleration_time += interval;
23842385

23852386
#if ENABLED(LIN_ADVANCE)
23862387
if (la_advance_rate) {

0 commit comments

Comments
 (0)