📝 Stop => SD Abort

Followup to 1a8792fcbd
This commit is contained in:
Scott Lahteine 2023-02-11 22:51:05 -06:00
parent 6063fd59ff
commit 29c0083007
4 changed files with 4 additions and 4 deletions

View file

@ -1563,7 +1563,7 @@
//#define MEDIA_MENU_AT_TOP // Force the media menu to be listed on the top of the main menu
#define EVENT_GCODE_SD_ABORT "G28XY\nM84" // G-code to run on Stop Print (e.g., "G28XY" or "G27")
#define EVENT_GCODE_SD_ABORT "G28XY\nM84" // G-code to run on SD Abort Print (e.g., "G28XY" or "G27")
#if ENABLED(PRINTER_EVENT_LEDS)
#define PE_LEDS_COMPLETED_TIME (30*60) // (seconds) Time to keep the LED "done" color before restoring normal illumination