🎨 MULTI_MANUAL => MULTI_E_MANUAL

This commit is contained in:
Scott Lahteine
2021-05-20 17:12:18 -05:00
parent 9878a5ab58
commit c977e82074
6 changed files with 15 additions and 15 deletions

View File

@ -725,7 +725,7 @@ static void moveAxis(const AxisEnum axis, const int8_t direction) {
#endif
ui.manual_move.soon(axis
#if MULTI_MANUAL
#if MULTI_E_MANUAL
, motionAxisState.e_selection
#endif
);

View File

@ -710,7 +710,7 @@ static void moveAxis(const AxisEnum axis, const int8_t direction) {
#endif
ui.manual_move.soon(axis
#if MULTI_MANUAL
#if MULTI_E_MANUAL
, motionAxisState.e_selection
#endif
);

View File

@ -712,7 +712,7 @@ static void moveAxis(const AxisEnum axis, const int8_t direction) {
#endif
ui.manual_move.soon(axis
#if MULTI_MANUAL
#if MULTI_E_MANUAL
, motionAxisState.e_selection
#endif
);