mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
🎨 Update a condition
This commit is contained in:
parent
f4951ed56b
commit
ad30909a2d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue