✨ NUM_REDUNDANT_FANS (#25808)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -660,9 +660,12 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Use one of the PWM fans as a redundant part-cooling fan
|
||||
* Assign more PWM fans for part cooling, synchronized with Fan 0
|
||||
*/
|
||||
//#define REDUNDANT_PART_COOLING_FAN 2 // Index of the fan to sync with FAN 0.
|
||||
//#define REDUNDANT_PART_COOLING_FAN 1 // Index of the first fan to synchronize with Fan 0
|
||||
#ifdef REDUNDANT_PART_COOLING_FAN
|
||||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
Reference in New Issue
Block a user