Skip to content

Commit

Permalink
Added Second Missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
descipher committed Sep 2, 2021
1 parent a71f8e1 commit dabb946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,7 @@ uint32_t Stepper::block_phase_isr() {
accelerate_until = current_block->accelerate_until << oversampling;
decelerate_after = current_block->decelerate_after << oversampling;

TERN_(MIXING_EXTRUDER, mixer.stepper_setup(current_block->b_color))
TERN_(MIXING_EXTRUDER, mixer.stepper_setup(current_block->b_color));

TERN_(HAS_MULTI_EXTRUDER, stepper_extruder = current_block->extruder);

Expand Down

0 comments on commit dabb946

Please sign in to comment.