Skip to content

Commit

Permalink
fix: enable HOST_ACTION_COMMANDS
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-scherrer committed Aug 21, 2023
1 parent 4d38e59 commit 0700747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3968,7 +3968,7 @@
* 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 // Tell the host to pause in response to M76
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
Expand Down

0 comments on commit 0700747

Please sign in to comment.