From d92ce8849b6e0d64f9a38ed9271b0c29663082f7 Mon Sep 17 00:00:00 2001 From: esenapaj Date: Wed, 30 Nov 2016 19:28:41 +0900 Subject: [PATCH] Fix for the PR #5072 (Add predefined AUTO_FAN_PINs to pins files), etc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ・Make descriptions the same as others --- .../example_configurations/delta/biv2.5/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h index 1617cbb68..513e72d90 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h @@ -211,8 +211,8 @@ * Extruder auto fans automatically turn on when their extruders' * temperatures go above EXTRUDER_AUTO_FAN_TEMPERATURE. * - * Your board's pins file specifies the recommended pins. - * Override those here. Set to -1 to disable unused fans. + * Your board's pins file specifies the recommended pins. Override those here + * or set to -1 to disable completely. * * Multiple extruders can be assigned to the same pin in which case * the fan will turn on when any selected extruder is above the threshold.