From 866675b72b41bcbec4179a7482268893f622a09a Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 9 Nov 2021 20:32:18 +0100 Subject: [PATCH] config: enable host action commands and host prompt support This allows actions for pause/resume and receive a notice on filament runout or change requests in OctoPrint. --- Marlin/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 87f1453d..edbfa63c 100755 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -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