From 969485c754731183f357e6fef23c6180f59d4cb6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 4 Jul 2017 12:24:11 -0400 Subject: fan: Add support for heater_fan objects Add support for fans designed to cool the components of an extruder or heater. Signed-off-by: Kevin O'Connor --- config/example.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config/example.cfg') diff --git a/config/example.cfg b/config/example.cfg index 88f568e9..80bf1daa 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -322,3 +322,17 @@ max_z_accel: 30 # centripetal velocity cornering algorithm. A larger number will # permit higher "cornering speeds" at the junction of two moves. The # default is 0.02mm. + +# 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. +#[heater_fan my_nozzle_fan] +# See the "fan" section for fan configuration parameters. +#pin: ar7 +# The remaining variables are specific to heater_fan. +#heater: extruder +# Name of the config section defining the heater that this fan is +# associated with. The default is "extruder". +#heater_temp: 50.0 +# A temperature (in Celsius) that the heater must drop below before +# the fan is disabled. The default is 50 Celsius. -- cgit v1.2.3-70-g09d2