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