Browse Source

Added KILL_PIN -1 to gen7 boards

Erik vd Zalm 13 years ago
parent
commit
abf0693e8e
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/pins.h

+ 2
- 0
Marlin/pins.h View File

108
 #define HEATER_2_PIN -1
108
 #define HEATER_2_PIN -1
109
 #define HEATER_BED_PIN 3
109
 #define HEATER_BED_PIN 3
110
 
110
 
111
+#define KILL_PIN -1
111
 
112
 
112
 #define SDPOWER -1
113
 #define SDPOWER -1
113
 #define SDSS -1 // SCL pin of I2C header
114
 #define SDSS -1 // SCL pin of I2C header
206
 	#define SDCARDDETECT -1 		
207
 	#define SDCARDDETECT -1 		
207
     #define SUICIDE_PIN -1						//has to be defined; otherwise Power_off doesn't work
208
     #define SUICIDE_PIN -1						//has to be defined; otherwise Power_off doesn't work
208
 	
209
 	
210
+    #define KILL_PIN -1
209
 	//Pins for 4bit LCD Support 
211
 	//Pins for 4bit LCD Support 
210
     #define LCD_PINS_RS 18 
212
     #define LCD_PINS_RS 18 
211
     #define LCD_PINS_ENABLE 17
213
     #define LCD_PINS_ENABLE 17

Loading…
Cancel
Save