diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2022-07-19 18:02:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 13:02:51 -0400 |
commit | dd03cca49b920762f959d8cce047a6cc4debf60b (patch) | |
tree | ef4dbe1dff93f4935a55f7b5dc65597d374f900b /config/generic-radds.cfg | |
parent | 6be114d728b6a243bb7af990cf03a879ea74c0b8 (diff) | |
download | kutter-dd03cca49b920762f959d8cce047a6cc4debf60b.tar.gz kutter-dd03cca49b920762f959d8cce047a6cc4debf60b.tar.xz kutter-dd03cca49b920762f959d8cce047a6cc4debf60b.zip |
config: Change of alias for heater_fan in multiple configs (#5632)
This PR serves to fix a longstanding misnomer in some config files. Many configs state a nozzle_cooling_fan alias for what is usually a "hotend cooling fan". This causes ambiguity and confusion with the parts fan. I have identified all 24 files with this and changed them here.
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'config/generic-radds.cfg')
-rw-r--r-- | config/generic-radds.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generic-radds.cfg b/config/generic-radds.cfg index f3cee435..f07f3cb4 100644 --- a/config/generic-radds.cfg +++ b/config/generic-radds.cfg @@ -81,7 +81,7 @@ max_temp: 130 [fan] pin: PC21 -#[heater_fan nozzle_cooling_fan] +#[heater_fan heatbreak_cooling_fan] #pin: PC22 [mcu] |