Implement USE_CONTROLLER_FAN as a feature

This commit is contained in:
Scott Lahteine
2017-05-02 20:18:31 -05:00
parent 76eca9732d
commit 2c13922c46
30 changed files with 335 additions and 174 deletions

View File

@@ -107,7 +107,9 @@
#undef FAN_PIN
#define FAN_PIN 6 // Part Cooling System
#define CONTROLLERFAN_PIN 4 // Pin used for the fan to cool motherboard (-1 to disable)
#ifndef CONTROLLER_FAN_PIN
#define CONTROLLER_FAN_PIN 4 // Pin used for the fan to cool motherboard (-1 to disable)
#endif
// Fans/Water Pump to cool the hotend cool side.
#define ORIG_E0_AUTO_FAN_PIN 5