From d8fa698b256fa3aebb18ac4e7330d493b9e53541 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 8 Dec 2020 01:21:56 -0800 Subject: [PATCH] Fix missed rename --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d3be6875e5..659fd4a2e1 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1013,7 +1013,7 @@ #define PROBE_TARE_DELAY 200 // Delay after tare before (milliseconds) #define PROBE_TARE_STATE HIGH // State to write pin for tare //#define PROBE_TARE_PIN PA5 // Override default pin - #if ENABLED(PROBE_ENABLED_INPUT) + #if ENABLED(PROBE_ACTIVE_INPUT) // Fail to tare/probe if PROBE_ACTIVE_INPUT reports the probe to be active //#define PROBE_TARE_ONLY_WHILE_INACTIVE #endif