Skip to content

Commit 8e28731

Browse files
committed
🎨 Update a condition
1 parent cdbd438 commit 8e28731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Marlin/src/lcd/marlinui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ void MarlinUI::quick_feedback(const bool clear_buttons/*=true*/) {
681681
xyze_pos_t ManualMove::all_axes_destination = { 0 };
682682
bool ManualMove::processing = false;
683683
#endif
684-
#if ENABLED(MULTI_E_MANUAL)
684+
#if MULTI_E_MANUAL
685685
int8_t ManualMove::e_index = 0;
686686
#endif
687687
AxisEnum ManualMove::axis = NO_AXIS_ENUM;

0 commit comments

Comments
 (0)