Skip to content

Commit

Permalink
Set "lcd_move_e" index to fix the label (MarlinFirmware#20263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and thinkyhead committed Nov 24, 2020
1 parent 1d631b7 commit 65983b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void _menu_move_distance(const AxisEnum axis, const screenFunc_t func, const int
#if E_MANUAL

inline void _goto_menu_move_distance_e() {
ui.goto_screen([]{ _menu_move_distance(E_AXIS, []{ lcd_move_e(); }, -1); });
ui.goto_screen([]{ _menu_move_distance(E_AXIS, []{ lcd_move_e(TERN_(MULTI_MANUAL, active_extruder)); }, -1); });
}

inline void _menu_move_distance_e_maybe() {
Expand Down

0 comments on commit 65983b4

Please sign in to comment.