From b0a03c4017af95c4b2e7842f4c20133790523275 Mon Sep 17 00:00:00 2001 From: "Jeffrey L. Edgett" <49896897+jledgett@users.noreply.github.com> Date: Tue, 30 May 2023 07:16:16 -0700 Subject: [PATCH] Update Configuration_adv.h Enable HOST_ACTION_COMMANDS support for people who use Octoprint. --- Marlin/Configuration_adv.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 28447f135a..0c89e09bc5 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3788,10 +3788,12 @@ * 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_PROMPT_SUPPORT + #define HOST_PAUSE_M76 + #define HOST_PROMPT_SUPPORT //#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 /**