Kaynağa Gözat

Fix compile for Taz Pro (#19424)

InsanityAutomation 4 yıl önce
ebeveyn
işleme
4696142a31
No account linked to committer's email address

+ 1
- 1
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/boot_screen.cpp Dosyayı Görüntüle

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

+ 0
- 3
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/leveling_menu.cpp Dosyayı Görüntüle

94
   switch (tag) {
94
   switch (tag) {
95
     case 1: GOTO_PREVIOUS();                   break;
95
     case 1: GOTO_PREVIOUS();                   break;
96
     case 2:
96
     case 2:
97
-    #ifndef BED_LEVELING_COMMANDS
98
-      #define BED_LEVELING_COMMANDS "G29"
99
-    #endif
100
     #if HAS_MESH
97
     #if HAS_MESH
101
       BedMeshScreen::startMeshProbe();
98
       BedMeshScreen::startMeshProbe();
102
     #else
99
     #else

+ 4
- 0
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/screens.h Dosyayı Görüntüle

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

+ 42
- 0
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/theme/bootscreen_logo_portrait.h
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


Loading…
İptal
Kaydet