🔧 Ender-5 S1 RTS updates

This commit is contained in:
Scott Lahteine 2023-05-01 17:30:39 -05:00
parent a7f30bcfae
commit 2c8695b2cf
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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)