Skip to content

Commit

Permalink
🎨 Update a condition
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 21, 2021
1 parent f4951ed commit ad30909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/marlinui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ad30909

Please sign in to comment.