🚨 Fix build warnings on Lulzbot Taz (#24227)
This commit is contained in:
committed by
GitHub
parent
167672dcd7
commit
c6b5bf7c00
@@ -41,8 +41,6 @@ void TuneMenu::onRedraw(draw_mode_t what) {
|
||||
}
|
||||
|
||||
#if ENABLED(TOUCH_UI_PORTRAIT)
|
||||
#define GRID_COLS 2
|
||||
#define GRID_ROWS 9
|
||||
#define TEMPERATURE_POS BTN_POS(1,1), BTN_SIZE(2,1)
|
||||
#define FIL_CHANGE_POS BTN_POS(1,2), BTN_SIZE(2,1)
|
||||
#define FILAMENT_POS BTN_POS(1,3), BTN_SIZE(2,1)
|
||||
@@ -54,8 +52,6 @@ void TuneMenu::onRedraw(draw_mode_t what) {
|
||||
#define ADVANCED_SETTINGS_POS BTN_POS(1,9), BTN_SIZE(1,1)
|
||||
#define BACK_POS BTN_POS(2,9), BTN_SIZE(1,1)
|
||||
#else
|
||||
#define GRID_COLS 2
|
||||
#define GRID_ROWS 5
|
||||
#define TEMPERATURE_POS BTN_POS(1,1), BTN_SIZE(1,1)
|
||||
#define NUDGE_NOZ_POS BTN_POS(2,1), BTN_SIZE(1,1)
|
||||
#define FIL_CHANGE_POS BTN_POS(1,2), BTN_SIZE(1,1)
|
||||
|
@@ -84,7 +84,7 @@
|
||||
#endif
|
||||
|
||||
#define Z_MAX_PIN 7
|
||||
#ifndef Z_MIN_PIN 7
|
||||
#ifndef Z_MIN_PIN
|
||||
#define Z_MIN_PIN 10 // Z-
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user