Browse Source

🎨 Update a condition

Scott Lahteine 3 years ago
parent
commit
ad30909a2d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/marlinui.cpp

+ 1
- 1
Marlin/src/lcd/marlinui.cpp View File

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

Loading…
Cancel
Save