We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbd438 commit 8e28731Copy full SHA for 8e28731
1 file changed
Marlin/src/lcd/marlinui.cpp
@@ -681,7 +681,7 @@ void MarlinUI::quick_feedback(const bool clear_buttons/*=true*/) {
681
xyze_pos_t ManualMove::all_axes_destination = { 0 };
682
bool ManualMove::processing = false;
683
#endif
684
- #if ENABLED(MULTI_E_MANUAL)
+ #if MULTI_E_MANUAL
685
int8_t ManualMove::e_index = 0;
686
687
AxisEnum ManualMove::axis = NO_AXIS_ENUM;
0 commit comments