🎨 Update a condition

This commit is contained in:
Scott Lahteine 2021-05-21 08:24:38 -05:00
parent cdbd438a04
commit 8e28731f96

View File

@ -681,7 +681,7 @@ void MarlinUI::quick_feedback(const bool clear_buttons/*=true*/) {
xyze_pos_t ManualMove::all_axes_destination = { 0 };
bool ManualMove::processing = false;
#endif
#if ENABLED(MULTI_E_MANUAL)
#if MULTI_E_MANUAL
int8_t ManualMove::e_index = 0;
#endif
AxisEnum ManualMove::axis = NO_AXIS_ENUM;