Browse Source

🎨 Update a condition

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
8e28731f96
  1. 2
      Marlin/src/lcd/marlinui.cpp

2
Marlin/src/lcd/marlinui.cpp

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

Loading…
Cancel
Save