From d38218fcd7f0938f7b815f6bbcdabd41a0def305 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 16 Feb 2023 18:32:30 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Ender-5=20S1=20tweak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Creality/Ender-5 S1/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/Creality/Ender-5 S1/Configuration_adv.h b/config/examples/Creality/Ender-5 S1/Configuration_adv.h index 9db99fb528..a4977494fb 100644 --- a/config/examples/Creality/Ender-5 S1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 S1/Configuration_adv.h @@ -1568,7 +1568,7 @@ //#define MEDIA_MENU_AT_TOP // Force the media menu to be listed on the top of the main menu - #define EVENT_GCODE_SD_FINIS "G1 X220 Y220 F3000\nM84" // G-code to run on SD Finished (e.g., "G28XY" or "G27") + #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)