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

Loading…
Cancel
Save