Browse Source

Add dummy Emergancy Pin to Gen7 1.4

Change required after pulling from ErikZalm.
Bracken Dawson 12 years ago
parent
commit
f5631a89e8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/pins.h

+ 1
- 0
Marlin/pins.h View File

187
 #define HEATER_2_PIN -1
187
 #define HEATER_2_PIN -1
188
 #define HEATER_BED_PIN 3
188
 #define HEATER_BED_PIN 3
189
 
189
 
190
+#define KILL_PIN -1
190
 
191
 
191
 #define SDPOWER -1
192
 #define SDPOWER -1
192
 #define SDSS -1 // SCL pin of I2C header
193
 #define SDSS -1 // SCL pin of I2C header

Loading…
Cancel
Save