Preserve position in menu move axis Extruder.
This commit is contained in:
parent
d0a98dc6cc
commit
716098c434
1 changed files with 1 additions and 1 deletions
|
@ -2220,7 +2220,7 @@ static void lcd_move_e()
|
||||||
{
|
{
|
||||||
lcd_implementation_drawedit(PSTR("Extruder"), ftostr31(current_position[E_AXIS]));
|
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 {
|
else {
|
||||||
lcd_implementation_clear();
|
lcd_implementation_clear();
|
||||||
|
|
Loading…
Reference in a new issue