diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2023-06-29 00:53:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 19:53:58 -0400 |
commit | e62929fe2ff44bfed2ded09060cb41f35617070f (patch) | |
tree | e766f57ac2e6244d0e44faad17e541cbe419cc62 /config | |
parent | f163a37f5eea97af37c04a870ccc3e33e712693b (diff) | |
download | kutter-e62929fe2ff44bfed2ded09060cb41f35617070f.tar.gz kutter-e62929fe2ff44bfed2ded09060cb41f35617070f.tar.xz kutter-e62929fe2ff44bfed2ded09060cb41f35617070f.zip |
config: Multiple config - change working for heater fan (#6274)
The reference to `my_nozzle_fan` in these configs could be confusing and misleading, leading users to think it is the parts/print cooling fan, changed to heatbreak_cooling_fan as used in other configs.
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-fysetc-f6.cfg | 2 | ||||
-rw-r--r-- | config/generic-fysetc-s6-v2.cfg | 2 | ||||
-rw-r--r-- | config/generic-fysetc-s6.cfg | 2 | ||||
-rw-r--r-- | config/generic-fysetc-spider.cfg | 2 | ||||
-rw-r--r-- | config/printer-tevo-flash-2018.cfg | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/config/generic-fysetc-f6.cfg b/config/generic-fysetc-f6.cfg index 4cca44d5..a7d00fb4 100644 --- a/config/generic-fysetc-f6.cfg +++ b/config/generic-fysetc-f6.cfg @@ -78,7 +78,7 @@ max_temp: 130 pin: PL5 #fan for hotend FAN1 -#[heater_fan my_nozzle_fan] +#[heater_fan heatbreak_cooling_fan] #pin: PL4 #shutdown_speed: 1 diff --git a/config/generic-fysetc-s6-v2.cfg b/config/generic-fysetc-s6-v2.cfg index 0167792b..36aa71a6 100644 --- a/config/generic-fysetc-s6-v2.cfg +++ b/config/generic-fysetc-s6-v2.cfg @@ -80,7 +80,7 @@ max_temp: 130 pin: PB0 #fan for hotend FAN1 -#[heater_fan my_nozzle_fan] +#[heater_fan heatbreak_cooling_fan] #pin: PB1 #shutdown_speed: 1 diff --git a/config/generic-fysetc-s6.cfg b/config/generic-fysetc-s6.cfg index b7f3a0d9..27dd6ce6 100644 --- a/config/generic-fysetc-s6.cfg +++ b/config/generic-fysetc-s6.cfg @@ -80,7 +80,7 @@ max_temp: 130 pin: PB0 #fan for hotend FAN1 -#[heater_fan my_nozzle_fan] +#[heater_fan heatbreak_cooling_fan] #pin: PB1 #shutdown_speed: 1 diff --git a/config/generic-fysetc-spider.cfg b/config/generic-fysetc-spider.cfg index 21e13d4e..ea0dabc3 100644 --- a/config/generic-fysetc-spider.cfg +++ b/config/generic-fysetc-spider.cfg @@ -91,7 +91,7 @@ max_temp: 130 pin: PB0 #fan for hotend FAN1 -#[heater_fan my_nozzle_fan] +#[heater_fan heatbreak_cooling_fan] #pin: PB1 #shutdown_speed: 1 diff --git a/config/printer-tevo-flash-2018.cfg b/config/printer-tevo-flash-2018.cfg index e6dee68f..306d2c4f 100644 --- a/config/printer-tevo-flash-2018.cfg +++ b/config/printer-tevo-flash-2018.cfg @@ -78,7 +78,7 @@ pid_Kd: 698.838 min_temp: 0 max_temp: 70 -[heater_fan my_nozzle_fan] +[heater_fan heatbreak_cooling_fan] pin: PH4 [fan] |