Browse Source

🚨 Fix build warnings on Lulzbot Taz (#24227)

InsanityAutomation 2 years ago
parent
commit
c6b5bf7c00
No account linked to committer's email address

+ 0
- 4
Marlin/src/lcd/extui/ftdi_eve_touch_ui/generic/tune_menu.cpp View File

@@ -41,8 +41,6 @@ void TuneMenu::onRedraw(draw_mode_t what) {
41 41
   }
42 42
 
43 43
   #if ENABLED(TOUCH_UI_PORTRAIT)
44
-    #define GRID_COLS 2
45
-    #define GRID_ROWS 9
46 44
     #define TEMPERATURE_POS BTN_POS(1,1), BTN_SIZE(2,1)
47 45
     #define FIL_CHANGE_POS  BTN_POS(1,2), BTN_SIZE(2,1)
48 46
     #define FILAMENT_POS    BTN_POS(1,3), BTN_SIZE(2,1)
@@ -54,8 +52,6 @@ void TuneMenu::onRedraw(draw_mode_t what) {
54 52
     #define ADVANCED_SETTINGS_POS BTN_POS(1,9), BTN_SIZE(1,1)
55 53
     #define BACK_POS        BTN_POS(2,9), BTN_SIZE(1,1)
56 54
   #else
57
-    #define GRID_COLS 2
58
-    #define GRID_ROWS 5
59 55
     #define TEMPERATURE_POS BTN_POS(1,1), BTN_SIZE(1,1)
60 56
     #define NUDGE_NOZ_POS   BTN_POS(2,1), BTN_SIZE(1,1)
61 57
     #define FIL_CHANGE_POS  BTN_POS(1,2), BTN_SIZE(1,1)

+ 1
- 1
Marlin/src/pins/rambo/pins_EINSY_RETRO.h View File

@@ -84,7 +84,7 @@
84 84
 #endif
85 85
 
86 86
 #define Z_MAX_PIN                              7
87
-#ifndef Z_MIN_PIN                              7
87
+#ifndef Z_MIN_PIN
88 88
   #define Z_MIN_PIN                           10  // Z-
89 89
 #endif
90 90
 

Loading…
Cancel
Save