Browse Source

🎨 Update a condition

Scott Lahteine 4 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
     xyze_pos_t ManualMove::all_axes_destination = { 0 };
681
     xyze_pos_t ManualMove::all_axes_destination = { 0 };
682
     bool ManualMove::processing = false;
682
     bool ManualMove::processing = false;
683
   #endif
683
   #endif
684
-  #if ENABLED(MULTI_E_MANUAL)
684
+  #if MULTI_E_MANUAL
685
     int8_t ManualMove::e_index = 0;
685
     int8_t ManualMove::e_index = 0;
686
   #endif
686
   #endif
687
   AxisEnum ManualMove::axis = NO_AXIS_ENUM;
687
   AxisEnum ManualMove::axis = NO_AXIS_ENUM;

Loading…
Cancel
Save