Fix host action commands conflicting with integrated filament sensor

This commit is contained in:
Knutwurst
2023-05-24 19:36:20 +02:00
parent 5fbd3337b6
commit 7cc485ae3e
2 changed files with 1 additions and 101 deletions

View File

@@ -4007,7 +4007,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