Predefine auto fan pins in some pins files

This commit is contained in:
Scott Lahteine
2016-10-22 18:25:59 -05:00
parent d439fb95f7
commit 95275eb9b3
5 changed files with 38 additions and 4 deletions

View File

@@ -38,6 +38,14 @@
#define RAMPS_D10_PIN 9
#define MOSFET_D_PIN 7
//
// Auto fans
//
#define ORIG_E0_AUTO_FAN_PIN 11
#define ORIG_E1_AUTO_FAN_PIN 6
#define ORIG_E2_AUTO_FAN_PIN 6
#define ORIG_E3_AUTO_FAN_PIN 6
#include "pins_RAMPS_13.h"
//