Skip to content

Commit

Permalink
🚨 Fix build warnings on Lulzbot Taz (MarlinFirmware#24227)
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation authored and LCh-77 committed Jul 19, 2022
1 parent ae5b235 commit 79c7a2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Marlin/src/lcd/extui/ftdi_eve_touch_ui/generic/tune_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/rambo/pins_EINSY_RETRO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 79c7a2a

Please sign in to comment.