From 68ee269e4ae9da588433ff6a063ad6fee67dd1c4 Mon Sep 17 00:00:00 2001 From: Miguel Risco-Castillo Date: Wed, 29 Mar 2023 01:11:35 -0500 Subject: [PATCH] Fix Ender3S1-F4-UBL/Configuration.h --- Ender3S1-F4-UBL/Configuration.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Ender3S1-F4-UBL/Configuration.h b/Ender3S1-F4-UBL/Configuration.h index f5b9345..f021e68 100644 --- a/Ender3S1-F4-UBL/Configuration.h +++ b/Ender3S1-F4-UBL/Configuration.h @@ -117,7 +117,7 @@ */ #define BAUDRATE 250000 // MRiscoC increase serial performace -#define BAUD_RATE_GCODE // Enable G-code M575 to set the baud rate // MRiscoC Enables change the baudrate +//#define BAUD_RATE_GCODE // Enable G-code M575 to set the baud rate // MRiscoC Enables change the baudrate /** * Select a secondary serial port on the board to use for communication with the host. @@ -139,7 +139,7 @@ //#define BLUETOOTH // Name displayed in the LCD "Ready" message and Info menu -//#define CUSTOM_MACHINE_NAME "3D Printer" +#define CUSTOM_MACHINE_NAME "Ender3S1-F4-UBL" // Printer's unique ID, used by some programs to differentiate between machines. // Choose your own or use a service like https://www.uuidgenerator.net/version4 @@ -2637,7 +2637,7 @@ // Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu. // //#define INDIVIDUAL_AXIS_HOMING_MENU -#define INDIVIDUAL_AXIS_HOMING_SUBMENU +//#define INDIVIDUAL_AXIS_HOMING_SUBMENU // // SPEAKER/BUZZER @@ -3265,6 +3265,7 @@ // //#define DWIN_CREALITY_LCD // Creality UI #define DWIN_LCD_PROUI // Pro UI by MRiscoC +#define DACAI_DISPLAY #define USE_STOCK_DWIN_SET // Professional firmware features: @@ -3275,16 +3276,16 @@ #endif #define HAS_TOOLBAR 1 #endif -#define HAS_PLOT 1 +//#define HAS_PLOT 1 #define HAS_ESDIAG 1 #define HAS_CGCODE 1 -#define HAS_LOCKSCREEN 1 +//#define HAS_LOCKSCREEN 1 //#define HAS_SD_EXTENDER 1 // Enable to support SD card extender cables #define MESH_EDIT_MENU #define SHOW_REAL_POS //#define ACTIVATE_MESH_ITEM // Allows temporary enabling of mesh leveling #define RUNOUT_TUNE_ITEM -#define PLR_TUNE_ITEM +//#define PLR_TUNE_ITEM //#define JD_TUNE_ITEM // Enable only if Juntion Deviation is enabled //#define ADVK_TUNE_ITEM // Enable only if Linear Advance is enabled //#define MEDIASORT_MENU_ITEM // Allows enable/disable file list sorting