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/printer-lulzbot-taz6-2017.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/printer-lulzbot-taz6-2017.cfg')
-rw-r--r-- | config/printer-lulzbot-taz6-2017.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-lulzbot-taz6-2017.cfg b/config/printer-lulzbot-taz6-2017.cfg index 8046381f..7f775b57 100644 --- a/config/printer-lulzbot-taz6-2017.cfg +++ b/config/printer-lulzbot-taz6-2017.cfg @@ -97,7 +97,7 @@ max_temp: 130 [fan] pin: PH5 -[heater_fan nozzle_cooling_fan] +[heater_fan heatbreak_cooling_fan] pin: PH3 [mcu] |