|
@@ -2552,7 +2552,7 @@ void Stepper::report_positions() {
|
2552
|
2552
|
#if PIN_EXISTS(Z3_MS3)
|
2553
|
2553
|
SET_OUTPUT(Z3_MS3_PIN);
|
2554
|
2554
|
#endif
|
2555
|
|
- #endif
|
|
2555
|
+ #endif
|
2556
|
2556
|
#if HAS_E0_MICROSTEPS
|
2557
|
2557
|
SET_OUTPUT(E0_MS1_PIN);
|
2558
|
2558
|
SET_OUTPUT(E0_MS2_PIN);
|
|
@@ -2758,7 +2758,7 @@ void Stepper::report_positions() {
|
2758
|
2758
|
#endif
|
2759
|
2759
|
#if HAS_E5_MICROSTEPS && PIN_EXISTS(E5_MS3)
|
2760
|
2760
|
case 8: WRITE(E5_MS3_PIN, ms3); break;
|
2761
|
|
- #endif
|
|
2761
|
+ #endif
|
2762
|
2762
|
}
|
2763
|
2763
|
}
|
2764
|
2764
|
|
|
@@ -2865,7 +2865,7 @@ void Stepper::report_positions() {
|
2865
|
2865
|
SERIAL_PROTOCOLLN(READ(E5_MS2_PIN));
|
2866
|
2866
|
#if PIN_EXISTS(E5_MS3)
|
2867
|
2867
|
SERIAL_PROTOCOLLN(READ(E5_MS3_PIN));
|
2868
|
|
- #endif
|
|
2868
|
+ #endif
|
2869
|
2869
|
#endif
|
2870
|
2870
|
}
|
2871
|
2871
|
|