From 2c8695b2cf75be6f2e4ae7e8219434dee9ebce54 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 1 May 2023 17:30:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Ender-5=20S1=20RTS=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Creality/Ender-5 S1/Configuration.h | 6 ++---- config/examples/Creality/Ender-5 S1/Configuration_adv.h | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) 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)