Clean up some motion code
This commit is contained in:
@ -142,7 +142,7 @@ void FWRetract::retract(const bool retracting
|
||||
set_destination_from_current();
|
||||
|
||||
#if ENABLED(RETRACT_SYNC_MIXING)
|
||||
uint8_t old_mixing_tool = mixer.get_current_vtool();
|
||||
const uint8_t old_mixing_tool = mixer.get_current_vtool();
|
||||
mixer.T(MIXER_AUTORETRACT_TOOL);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user