From abf0693e8e970311cfb66244bb622b092c3fe603 Mon Sep 17 00:00:00 2001
From: Erik vd Zalm <erik@vdzalm.eu>
Date: Tue, 4 Sep 2012 08:20:27 +0200
Subject: [PATCH] Added KILL_PIN -1 to gen7 boards

---
 Marlin/pins.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index ded25479e7..403ff41169 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -108,6 +108,7 @@
 #define HEATER_2_PIN -1
 #define HEATER_BED_PIN 3
 
+#define KILL_PIN -1
 
 #define SDPOWER -1
 #define SDSS -1 // SCL pin of I2C header
@@ -206,6 +207,7 @@
 	#define SDCARDDETECT -1 		
     #define SUICIDE_PIN -1						//has to be defined; otherwise Power_off doesn't work
 	
+    #define KILL_PIN -1
 	//Pins for 4bit LCD Support 
     #define LCD_PINS_RS 18 
     #define LCD_PINS_ENABLE 17
-- 
GitLab