Przeglądaj źródła

Fix compile for Taz Pro (#19424)

InsanityAutomation 4 lat temu
rodzic
commit
4696142a31
No account linked to committer's email address

+ 1
- 1
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/boot_screen.cpp Wyświetl plik

@@ -32,7 +32,7 @@
32 32
 
33 33
 #ifdef SHOW_CUSTOM_BOOTSCREEN
34 34
   #ifdef TOUCH_UI_PORTRAIT
35
-    #include "../theme/_bootscreen_portrait.h"
35
+    #include "../theme/bootscreen_logo_portrait.h"
36 36
   #else
37 37
     #include "../theme/_bootscreen_landscape.h"
38 38
   #endif

+ 0
- 3
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/leveling_menu.cpp Wyświetl plik

@@ -94,9 +94,6 @@ bool LevelingMenu::onTouchEnd(uint8_t tag) {
94 94
   switch (tag) {
95 95
     case 1: GOTO_PREVIOUS();                   break;
96 96
     case 2:
97
-    #ifndef BED_LEVELING_COMMANDS
98
-      #define BED_LEVELING_COMMANDS "G29"
99
-    #endif
100 97
     #if HAS_MESH
101 98
       BedMeshScreen::startMeshProbe();
102 99
     #else

+ 4
- 0
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/screens.h Wyświetl plik

@@ -27,6 +27,10 @@
27 27
 #include "../theme/theme.h"
28 28
 #include "string_format.h"
29 29
 
30
+#ifndef BED_LEVELING_COMMANDS
31
+  #define BED_LEVELING_COMMANDS "G29"
32
+#endif
33
+
30 34
 extern tiny_timer_t refresh_timer;
31 35
 
32 36
 /********************************* DL CACHE SLOTS ******************************/

+ 42
- 0
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/theme/bootscreen_logo_portrait.h
Plik diff jest za duży
Wyświetl plik


Ładowanie…
Anuluj
Zapisz