Skip to content

Commit

Permalink
Added KILL_PIN -1 to gen7 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikZalm committed Sep 4, 2012
1 parent 47319cf commit abf0693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit abf0693

Please sign in to comment.