Skip to content

Commit

Permalink
🔧 Ender-5 S1 RTS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 2, 2023
1 parent a7f30bc commit 2c8695b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions config/examples/Creality/Ender-5 S1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config/examples/Creality/Ender-5 S1/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c8695b

Please sign in to comment.