Fix stepper direction macros, multi-nozzle scope (#13569)
This commit is contained in:
committed by
Scott Lahteine
parent
10b9632bed
commit
d44e5b1fde
@ -859,10 +859,9 @@ void clean_up_after_endstop_or_probe_move() {
|
||||
#if HAS_DUPLICATION_MODE
|
||||
bool extruder_duplication_enabled,
|
||||
mirrored_duplication_mode;
|
||||
#endif
|
||||
|
||||
#if ENABLED(MULTI_NOZZLE_DUPLICATION) && HOTENDS > 2
|
||||
uint8_t duplication_e_mask; // = 0
|
||||
#if ENABLED(MULTI_NOZZLE_DUPLICATION)
|
||||
uint8_t duplication_e_mask; // = 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(DUAL_X_CARRIAGE)
|
||||
|
Reference in New Issue
Block a user