HOST_PAUSE_M76

MarlinFirmware/Marlin#21738
This commit is contained in:
Scott Lahteine 2021-07-25 03:50:53 -05:00
parent cbaa7ca06d
commit 0ed33bdca0
247 changed files with 247 additions and 0 deletions

View file

@ -3821,6 +3821,7 @@
*/
//#define HOST_ACTION_COMMANDS
#if ENABLED(HOST_ACTION_COMMANDS)
//#define HOST_PAUSE_M76
//#define HOST_PROMPT_SUPPORT
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
#endif