mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🩹 Fix Ender-3 S1 Plus build
This commit is contained in:
parent
4c1f76567c
commit
bb73c335a5
3 changed files with 9 additions and 2 deletions
|
@ -1206,7 +1206,7 @@
|
||||||
#if !HAS_MARLINUI_HD44780
|
#if !HAS_MARLINUI_HD44780
|
||||||
#undef LCD_INFO_SCREEN_STYLE
|
#undef LCD_INFO_SCREEN_STYLE
|
||||||
#endif
|
#endif
|
||||||
#if NONE(HAS_MARLINUI_U8GLIB, HAS_TFT_LVGL_UI)
|
#if NONE(HAS_MARLINUI_U8GLIB, HAS_TFT_LVGL_UI, DGUS_LCD_UI_E3S1PRO)
|
||||||
#undef LCD_LANGUAGE
|
#undef LCD_LANGUAGE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "../../../sd/cardreader.h"
|
#include "../../../sd/SdFatConfig.h"
|
||||||
|
|
||||||
#define DGUS_E3S1PRO_BASIC_SDCARD_MAX_FILES 20
|
#define DGUS_E3S1PRO_BASIC_SDCARD_MAX_FILES 20
|
||||||
#define DGUS_E3S1PRO_BASIC_SDCARD_FILES_PER_PAGE 5
|
#define DGUS_E3S1PRO_BASIC_SDCARD_FILES_PER_PAGE 5
|
||||||
|
|
|
@ -23,6 +23,13 @@
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
|
#include "../../../../inc/MarlinConfigPre.h"
|
||||||
|
|
||||||
|
#ifndef LCD_LANGUAGE
|
||||||
|
#define LCD_LANGUAGE en
|
||||||
|
#warning "LCD_LANGUAGE not defined, defaulting to English."
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace DGUS_Data {
|
namespace DGUS_Data {
|
||||||
|
|
||||||
// RX constants
|
// RX constants
|
||||||
|
|
Loading…
Reference in a new issue