diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2023-06-29 00:52:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 19:52:40 -0400 |
commit | f163a37f5eea97af37c04a870ccc3e33e712693b (patch) | |
tree | b987519968216a9a075e5ec28cb63f03ed3c2845 /docs | |
parent | f4a3dfa53ff536e1374166ae2f294839768a1b14 (diff) | |
download | kutter-f163a37f5eea97af37c04a870ccc3e33e712693b.tar.gz kutter-f163a37f5eea97af37c04a870ccc3e33e712693b.tar.xz kutter-f163a37f5eea97af37c04a870ccc3e33e712693b.zip |
docs: Update Config_Reference.md - heater_fan wording (#6273)
The reference to my_nozzle_fan is misleading and could cause people to skip over the [fan] definition and assume this is the parts/print cooling fan. Alias changed to reflect heatbreak_cooling_fan as used in most configs that have a controllable hotend fan.
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index e16007fe..b36c47a9 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2616,7 +2616,7 @@ whenever its associated heater is active. By default, a heater_fan has a shutdown_speed equal to max_power. ``` -[heater_fan my_nozzle_fan] +[heater_fan heatbreak_cooling_fan] #pin: #max_power: #shutdown_speed: |