NUM_REDUNDANT_FANS (#25808)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Vert
2023-05-13 17:51:12 -04:00
committed by GitHub
parent 40aa398285
commit 5859ff0280
9 changed files with 53 additions and 32 deletions

View File

@@ -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