From d4e83c3e32704065bfb4d8bf1efee5f3c239f732 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 23 Feb 2023 22:01:44 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20DEACTIVATE=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #25422 --- 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 6d74a130c79c4..abb238e33e57b 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1118,7 +1118,7 @@ /** * Idle Stepper Shutdown - * Set DISABLE_INACTIVE_? 'true' to shut down axis steppers after an idle period. + * Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period. * The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout. */ #define DEFAULT_STEPPER_DEACTIVE_TIME 120