From 5f9205ef8fd43d8540aa835c91bb34d95311ef34 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 4 Dec 2025 15:55:59 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Immediate=20Buttons=20and=20Menu?= =?UTF-8?q?=20Items=20(2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #28180 --- 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 272d1a09e7..e5dd8f155b 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -4214,7 +4214,7 @@ #define BUTTON1_WHEN_PRINTING false // Button allowed to trigger during printing? #define BUTTON1_GCODE "G28" #define BUTTON1_DESC "Homing" // Optional string to set the LCD status - //#define BUTTON1_IMMEDIATE // Skip the queue and run the G-code immediately. Rarely needed. + //#define BUTTON1_IMMEDIATE // Skip the queue and execute immediately. Rarely needed. #endif //#define BUTTON2_PIN -1