config: enable host action commands and host prompt support #225

Merged
stklcode merged 1 commits from feature/host-actions into master 2021-11-09 14:58:04 -06:00
Showing only changes of commit 866675b72b - Show all commits

View File

@@ -3898,10 +3898,10 @@
* Host Prompt Support enables Marlin to use the host for user prompts so
* filament runout and other processes can be managed from the host side.
*/
//#define HOST_ACTION_COMMANDS
#define HOST_ACTION_COMMANDS
#if ENABLED(HOST_ACTION_COMMANDS)
//#define HOST_PAUSE_M76
//#define HOST_PROMPT_SUPPORT
#define HOST_PROMPT_SUPPORT
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
#endif