Set "lcd_move_e" index to fix the label (#20263)
This commit is contained in:
parent
62680bb356
commit
ef12425bef
@ -205,7 +205,7 @@ void _menu_move_distance(const AxisEnum axis, const screenFunc_t func, const int
|
|||||||
#if E_MANUAL
|
#if E_MANUAL
|
||||||
|
|
||||||
inline void _goto_menu_move_distance_e() {
|
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() {
|
inline void _menu_move_distance_e_maybe() {
|
||||||
|
Loading…
Reference in New Issue
Block a user