From bae13edd117a30b1d106cb60d63aea46dd8b8620 Mon Sep 17 00:00:00 2001 From: ssjrocks <70337439+ssjrocks@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:49:46 +1000 Subject: [PATCH] enable debugging pins --- 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 4452bd1..46f833c 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -4113,7 +4113,7 @@ // // M43 - display pin status, toggle pins, watch pins, watch endstops & toggle LED, test servo probe // -//#define PINS_DEBUGGING +#define PINS_DEBUGGING // Enable Marlin dev mode which adds some special commands //#define MARLIN_DEV_MODE @@ -4129,4 +4129,4 @@ * Software Reset options */ //#define SOFT_RESET_VIA_SERIAL // 'KILL' and '^X' commands will soft-reset the controller -//#define SOFT_RESET_ON_KILL // Use a digital button to soft-reset the controller after KILL \ No newline at end of file +//#define SOFT_RESET_ON_KILL // Use a digital button to soft-reset the controller after KILL