Set "lcd_move_e" index to fix the label (#20263)

This commit is contained in:
ellensp 2020-11-25 11:14:22 +13:00 committed by GitHub
parent 62680bb356
commit ef12425bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,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() {