thisiskeithb
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/tune_menu.cpp
|
@ -57,7 +57,7 @@ void TuneMenu::onRedraw(draw_mode_t what) { |
|
|
#define PAUSE_POS BTN_POS(1,3), BTN_SIZE(1,1) |
|
|
#define PAUSE_POS BTN_POS(1,3), BTN_SIZE(1,1) |
|
|
#define STOP_POS BTN_POS(2,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) |
|
|
#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 |
|
|
#endif |
|
|
|
|
|
|
|
|
if (what & FOREGROUND) { |
|
|
if (what & FOREGROUND) { |
|
|