From 5c5c75a9ddc94ee00013d334928226a2edd00920 Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Thu, 18 May 2023 23:43:33 +0100 Subject: [PATCH] Enable HOST_PROMPT_SUPPORT (Fixes #1) --- Marlin/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 5bd4e10843..f0c53934b1 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3790,7 +3790,7 @@ */ //#define HOST_ACTION_COMMANDS #if ENABLED(HOST_ACTION_COMMANDS) - //#define HOST_PROMPT_SUPPORT + #define HOST_PROMPT_SUPPORT //#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start #endif