mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-06 05:24:03 -06:00
🐛 Fix Dagoma M106 num fans (#728)
This commit is contained in:
parent
38e5a94294
commit
3760ef1135
1 changed files with 1 additions and 1 deletions
|
@ -2977,7 +2977,7 @@
|
|||
|
||||
// Set number of user-controlled fans. Disable to use all board-defined fans.
|
||||
// :[1,2,3,4,5,6,7,8]
|
||||
//#define NUM_M106_FANS 1
|
||||
#define NUM_M106_FANS 1
|
||||
|
||||
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
|
||||
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue