Fix mesh screen include

This commit is contained in:
InsanityAutomation
2021-01-03 12:27:05 -05:00
parent 6049f226bc
commit 048de70ee6
3 changed files with 6 additions and 6 deletions
-5
View File
@@ -1045,11 +1045,6 @@
#define INVERT_E_DIR false
#endif
// Fallback SPI Speed for SD
#if ENABLED(SDSUPPORT) && !defined(SD_SPI_SPEED)
#define SD_SPI_SPEED SPI_FULL_SPEED
#endif
/**
* This setting is also used by M109 when trying to calculate
* a ballpark safe margin to prevent wait-forever situation.
+5
View File
@@ -2713,6 +2713,11 @@
#define HAS_FOLDER_SORTING 1
#endif
// Fallback SPI Speed for SD
#if ENABLED(SDSUPPORT) && !defined(SD_SPI_SPEED)
#define SD_SPI_SPEED SPI_FULL_SPEED
#endif
#if HAS_WIRED_LCD
// Get LCD character width/height, which may be overridden by pins, configs, etc.
#ifndef LCD_WIDTH
@@ -21,7 +21,7 @@
#include "../config.h"
#if BOTH(TOUCH_UI_FTDI_EVE, AUTO_BED_LEVELING_UBL)
#if BOTH(TOUCH_UI_FTDI_EVE, HAS_MESH)
#include "screens.h"
#include "screen_data.h"