mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
Fix FTDI EVE Touch UI typo (#17985)
This commit is contained in:
parent
6d92f56582
commit
21bfb94357
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void TuneMenu::onRedraw(draw_mode_t what) {
|
|||
#define PAUSE_POS BTN_POS(1,3), BTN_SIZE(1,1)
|
||||
#define STOP_POS BTN_POS(2,3), BTN_SIZE(1,1)
|
||||
#define FILAMENT_POS BTN_POS(1,4), BTN_SIZE(1,1)
|
||||
#defome BACK_POS BTN_POS(2,4), BTN_SIZE(1,1)
|
||||
#define BACK_POS BTN_POS(2,4), BTN_SIZE(1,1)
|
||||
#endif
|
||||
|
||||
if (what & FOREGROUND) {
|
||||
|
|
Loading…
Reference in a new issue