0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-16 17:17:54 +00:00

HOST_STATUS_NOTIFICATIONS

MarlinFirmware/Marlin#22833
This commit is contained in:
Scott Lahteine 2022-02-08 17:27:54 -06:00
parent edb9b6fe45
commit 092ab46e62
272 changed files with 1901 additions and 1087 deletions

View file

@ -3974,10 +3974,10 @@
*/
#define HOST_ACTION_COMMANDS
#if ENABLED(HOST_ACTION_COMMANDS)
#define HOST_PROMPT_SUPPORT
//#define HOST_PAUSE_M76
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down
#endif
/**