From 7ef484be7e2f7af0825ce0a3e772d9b37781a0ae Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 24 Apr 2018 09:31:36 -0400 Subject: [PATCH] Re-enable fans and heaters when probing --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ac7e521852..ee259eb7b4 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -708,8 +708,8 @@ * 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_FANS_OFF // Turn fans off when probing +//#define PROBING_HEATERS_OFF // Turn heaters off when probing +//#define PROBING_FANS_OFF // Turn fans off when probing //#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors // A probe that is deployed and stowed with a solenoid pin (SOL1_PIN)