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

@@ -1280,3 +1280,8 @@
#define MULTISTEPPING_LIMIT 128
#define MULTISTEPPING_LIMIT_WARNING 1
#endif
// One redundant cooling fan by default
#if defined(REDUNDANT_PART_COOLING_FAN) && !defined(NUM_REDUNDANT_FANS)
#define NUM_REDUNDANT_FANS 1
#endif