🎨 Fix/adjust warnings (#24225)
This commit is contained in:
committed by
Scott Lahteine
parent
3c482a9ba1
commit
8465818754
@@ -611,7 +611,7 @@ void Stepper::set_directions() {
|
||||
#if DISABLED(LIN_ADVANCE)
|
||||
#if ENABLED(MIXING_EXTRUDER)
|
||||
// Because this is valid for the whole block we don't know
|
||||
// what e-steppers will step. Likely all. Set all.
|
||||
// what E steppers will step. Likely all. Set all.
|
||||
if (motor_direction(E_AXIS)) {
|
||||
MIXER_STEPPER_LOOP(j) REV_E_DIR(j);
|
||||
count_direction.e = -1;
|
||||
|
||||
Reference in New Issue
Block a user