mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-17 23:18:34 +00:00
Fixed Retract in LCD Menu
This commit is contained in:
parent
96f4f90cb3
commit
5131ab19ca
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ void MainMenu::showAxisMove()
|
|||
}
|
||||
line++;
|
||||
}
|
||||
updateActiveLines(ItemAM_E,encoderpos);
|
||||
updateActiveLines(ItemAM_ERetract,encoderpos);
|
||||
}
|
||||
|
||||
enum {ItemT_exit,ItemT_speed,ItemT_flow,ItemT_nozzle,
|
||||
|
|
Loading…
Reference in a new issue