Preserve position in menu move axis Extruder.
This commit is contained in:
parent
d0a98dc6cc
commit
716098c434
@ -2220,7 +2220,7 @@ static void lcd_move_e()
|
||||
{
|
||||
lcd_implementation_drawedit(PSTR("Extruder"), ftostr31(current_position[E_AXIS]));
|
||||
}
|
||||
if (LCD_CLICKED) lcd_goto_menu(lcd_move_menu_axis);
|
||||
if (LCD_CLICKED) menu_action_back();
|
||||
}
|
||||
else {
|
||||
lcd_implementation_clear();
|
||||
|
Loading…
Reference in New Issue
Block a user