Skip to content

Commit

Permalink
Fix Ender3S1-F4-UBL/Configuration.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mriscoc committed Mar 29, 2023
1 parent f110b9d commit 68ee269
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Ender3S1-F4-UBL/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 68ee269

Please sign in to comment.