EVENT_GCODE_SD_STOP => ABORT

This commit is contained in:
Scott Lahteine 2020-08-11 15:31:26 -05:00
parent 66e8572397
commit c2fcc29e9d
168 changed files with 168 additions and 168 deletions

View file

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