From bbdd481dabcb09f0c59667c9e1776a61721b0bad Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sat, 5 Dec 2020 18:34:58 -0500 Subject: [PATCH] Tweak comments --- Marlin/Configuration.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 94d4615a93..8d88cee19d 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -885,7 +885,9 @@ */ //#define NOZZLE_AS_PROBE #if ENABLED(NOZZLE_AS_PROBE) - #define PROBE_REQUIRES_MINTEMP // Require a minimum temperature when using the nozzle as a probe + // Require a minimum temperature when using the nozzle as a probe. Useful on machines such as the Lulzbot series + // which uses a conductive nozzle or the Creality CR6 and other strain gauge sensors to prevent misreads from filament debris. + #define PROBE_REQUIRES_MINTEMP #if ENABLED(PROBE_REQUIRES_MINTEMP) #define PROBE_REQUIRES_MINTEMP_NOZZLE 150 #define PROBE_REQUIRES_MINTEMP_BED 50