diff --git a/config/examples/Creality/Ender-5 S1/Configuration.h b/config/examples/Creality/Ender-5 S1/Configuration.h index af83baf4e5..f3723eb1ed 100644 --- a/config/examples/Creality/Ender-5 S1/Configuration.h +++ b/config/examples/Creality/Ender-5 S1/Configuration.h @@ -68,9 +68,7 @@ #define STRING_CONFIG_H_AUTHOR "Creality" // Who made the changes. //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) -#define MACVERSION STRING_CONFIG_H_AUTHOR -#define SOFTVERSION SHORT_BUILD_VERSION -#define MACHINE_TYPE "Ender-5 S1" +#define MACHINE_NAME "Ender-5 S1" #if ENABLED(VERY_HIGH_SPEED) #define FIRMWARE_VERSION "1.0.6T13" #else @@ -653,7 +651,7 @@ // Above this temperature the heater will be switched off. // This can protect components from overheating, but NOT from shorts and failures. // (Use MINTEMP for thermistor short/failure protection.) -#define HEATER_0_MAXTEMP 320 +#define HEATER_0_MAXTEMP 305 #define HEATER_1_MAXTEMP 255 #define HEATER_2_MAXTEMP 255 #define HEATER_3_MAXTEMP 255 diff --git a/config/examples/Creality/Ender-5 S1/Configuration_adv.h b/config/examples/Creality/Ender-5 S1/Configuration_adv.h index c681cc192f..5e15f66333 100644 --- a/config/examples/Creality/Ender-5 S1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 S1/Configuration_adv.h @@ -1685,7 +1685,6 @@ //#define MEDIA_MENU_AT_TOP // Force the media menu to be listed on the top of the main menu - #define EVENT_GCODE_SD_DONE "G1 X220 Y220 F3000\nM84" // G-code to run on SD Finished (e.g., "G28XY" or "G27") #define EVENT_GCODE_SD_ABORT "G1 X220 Y220 F3000\nM84" // G-code to run on SD Abort Print (e.g., "G28XY" or "G27") #if ENABLED(PRINTER_EVENT_LEDS)