EVENT_GCODE_SD_STOP => ABORT (#18978)

This commit is contained in:
Robby Candra
2020-08-11 08:25:35 +07:00
committed by GitHub
parent b14f630f26
commit 9590fcd855
4 changed files with 9 additions and 7 deletions

View File

@ -1137,7 +1137,7 @@
//#define MENU_ADDAUTOSTART // Add a menu option to run auto#.g files
#define EVENT_GCODE_SD_STOP "G28XY" // G-code to run on Stop Print (e.g., "G28XY" or "G27")
#define EVENT_GCODE_SD_ABORT "G28XY" // 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