Skip to content

Commit

Permalink
First step timing improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrazier committed Jul 16, 2022
1 parent 820153b commit aaf7d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2381,6 +2381,7 @@ uint32_t Stepper::block_phase_isr() {

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

#if ENABLED(LIN_ADVANCE)
if (la_advance_rate) {
Expand Down

0 comments on commit aaf7d0e

Please sign in to comment.