From 0c0f7adfafffbadf387b75add55688c559e4549d Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 8 Dec 2020 20:27:01 -0800 Subject: [PATCH] Clarify that PROBE_REQUIRES_MINTEMP_NOZZLE only works with first extruder --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d07eaa9d2b..3a17d77709 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1057,7 +1057,7 @@ //#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing //#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors -// Require minimum nozzle or bed temperature for probing. +// Require minimum nozzle or bed temperature for probing. Currently applies only to the first extruder. //#define PROBE_REQUIRES_MINTEMP_NOZZLE 150 //#define PROBE_REQUIRES_MINTEMP_BED 50