More IntelliSense-friendly declarations
This commit is contained in:
committed by
Scott Lahteine
parent
da4b6896f7
commit
2d2291d00e
@@ -2130,9 +2130,7 @@ uint32_t Stepper::block_phase_isr() {
|
||||
accelerate_until = current_block->accelerate_until << oversampling;
|
||||
decelerate_after = current_block->decelerate_after << oversampling;
|
||||
|
||||
#if ENABLED(MIXING_EXTRUDER)
|
||||
MIXER_STEPPER_SETUP();
|
||||
#endif
|
||||
TERN_(MIXING_EXTRUDER, mixer.stepper_setup(current_block->b_color))
|
||||
|
||||
TERN_(HAS_MULTI_EXTRUDER, stepper_extruder = current_block->extruder);
|
||||
|
||||
|
Reference in New Issue
Block a user