From 3506d1e994f1952fa8de3167f7abb1e82e17f5ef Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 12 Oct 2017 11:31:12 -0400 Subject: fan: Enable heater_fan objects on an MCU shutdown event Should the MCU go into an error state, set the heater_fan to max_power. Signed-off-by: Kevin O'Connor --- config/example-extras.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 0e712f7e..97183b7c 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -29,7 +29,8 @@ # Heater cooling fans (one may define any number of sections with a # "heater_fan" prefix). A "heater fan" is a fan that will be enabled -# whenever its associated heater is active. +# whenever its associated heater is active. In the event of an MCU +# software error the heater_fan will be set to its max_power. #[heater_fan my_nozzle_fan] # See the "fan" section for fan configuration parameters. #pin: ar4 @@ -40,6 +41,10 @@ #heater_temp: 50.0 # A temperature (in Celsius) that the heater must drop below before # the fan is disabled. The default is 50 Celsius. +#fan_speed: +# The fan speed (expressed as a value from 0.0 to 1.0) that the fan +# will be set to when its associated heater is enabled. The default +# is max_power. # Additional micro-controllers (one may define any number of sections -- cgit v1.2.3-70-g09d2