Refactor auto file, add NO_SD_AUTOSTART

This commit is contained in:
Scott Lahteine 2020-11-07 21:16:42 -06:00
parent 06bf3ccfb7
commit 984083757e
8 changed files with 68 additions and 53 deletions

View file

@ -1184,6 +1184,7 @@
#define SD_MENU_CONFIRM_START // Confirm the selected SD file before printing
//#define NO_SD_AUTOSTART // Remove auto#.g file support completely to save some Flash, SRAM
//#define MENU_ADDAUTOSTART // Add a menu option to run auto#.g files
#define EVENT_GCODE_SD_ABORT "G28XY" // G-code to run on SD Abort Print (e.g., "G28XY" or "G27")