mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-27 00:24:02 -06:00
🔧 Enable Sunlu S8 Auto Fan (#718)
This commit is contained in:
parent
5478dadac6
commit
c83a1f7c7a
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@
|
||||||
* Multiple extruders can be assigned to the same pin in which case
|
* Multiple extruders can be assigned to the same pin in which case
|
||||||
* the fan will turn on when any selected extruder is above the threshold.
|
* the fan will turn on when any selected extruder is above the threshold.
|
||||||
*/
|
*/
|
||||||
#define E0_AUTO_FAN_PIN -1
|
#define E0_AUTO_FAN_PIN 7
|
||||||
#define E1_AUTO_FAN_PIN -1
|
#define E1_AUTO_FAN_PIN -1
|
||||||
#define E2_AUTO_FAN_PIN -1
|
#define E2_AUTO_FAN_PIN -1
|
||||||
#define E3_AUTO_FAN_PIN -1
|
#define E3_AUTO_FAN_PIN -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue