From 30e0d36bc3552d526f15dddd771b3a3655f0534c Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Mon, 14 Dec 2020 11:34:07 -0500 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index e5fb40b11d..c7717bc61d 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1008,7 +1008,7 @@ // as that from cables or bowden cables pulling on the carriage. #define PROBE_TARE #if ENABLED(PROBE_TARE) - #define PROBE_TARE_TIME 100 // Time to hold tare pin (milliseconds) + #define PROBE_TARE_TIME 200 // Time to hold tare pin (milliseconds) #define PROBE_TARE_DELAY 200 // Delay after tare before (milliseconds) #define PROBE_TARE_STATE LOW // State to write pin for tare //#define PROBE_TARE_PIN PA5 // Override default pin @@ -1072,7 +1072,7 @@ * These options are most useful for the BLTouch probe, but may also improve * readings with inductive probes and piezo sensors. */ -#define PROBING_HEATERS_OFF // Turn heaters off when probing +//#define PROBING_HEATERS_OFF // Turn heaters off when probing #if ENABLED(PROBING_HEATERS_OFF) #define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy) #endif