Merge pull request #3702 from thinkyhead/rc_sensitive_fan_pins
Remove need to define unused pins as -1 in pins files
This commit is contained in:
@ -54,13 +54,9 @@
|
||||
#define E1_DIR_PIN 40 //40
|
||||
#define E1_ENABLE_PIN 36 //36
|
||||
|
||||
#define SDPOWER -1
|
||||
#define SDSS 11
|
||||
#define SD_DETECT_PIN -1 // 10 optional also used as mode pin
|
||||
#define LED_PIN 13
|
||||
#define FAN_PIN 7
|
||||
#define PS_ON_PIN -1
|
||||
#define KILL_PIN -1
|
||||
#define SOL1_PIN 16
|
||||
#define SOL2_PIN 17
|
||||
|
||||
@ -69,7 +65,6 @@
|
||||
#define HEATER_2_PIN 11 //-1 // 13
|
||||
#define TEMP_0_PIN 13 //D27 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
|
||||
#define TEMP_1_PIN 15 // 1
|
||||
#define TEMP_2_PIN -1 // 2
|
||||
#define HEATER_BED_PIN 10 // 14/15
|
||||
#define TEMP_BED_PIN 14 // 1,2 or I2C
|
||||
/* Unused (1) (2) (3) 4 5 6 7 8 9 10 11 12 13 (14) (15) (16) 17 (18) (19) (20) (21) (22) (23) 24 (25) (26) (27) 28 (29) (30) (31) */
|
||||
|
Reference in New Issue
Block a user