summaryrefslogtreecommitdiff
path: root/Sprinter/pins.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2012-01-29 09:20:51 -0800
committerkliment <kliment.yanev@gmail.com>2012-01-29 09:20:51 -0800
commit132f8c212e4c316559177e532df6b9a6c2205bf2 (patch)
tree0eb0f91c7c22fae418b0f868952891324d1c66aa /Sprinter/pins.h
parentfa63b839c6cbf261f2655e8783bf4745cc9ca513 (diff)
parentcedbef50f5519da1704a24177daa2b5497344957 (diff)
Merge pull request #131 from midopple/SprinterV2
Lookahead, timer-based stepping, M30 file delete
Diffstat (limited to 'Sprinter/pins.h')
-rw-r--r--Sprinter/pins.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h
index 3bc337e..25dbd54 100644
--- a/Sprinter/pins.h
+++ b/Sprinter/pins.h
@@ -662,21 +662,17 @@
#define HEATER_0_PIN 13 // (extruder)
#ifdef SANGUINOLOLU_V_1_2
-
#define HEATER_1_PIN 12 // (bed)
#define X_ENABLE_PIN 14
#define Y_ENABLE_PIN 14
#define Z_ENABLE_PIN 26
#define E_ENABLE_PIN 14
-
#else
-
#define HEATER_1_PIN 14 // (bed)
#define X_ENABLE_PIN -1
#define Y_ENABLE_PIN -1
#define Z_ENABLE_PIN -1
#define E_ENABLE_PIN -1
-
#endif
#define TEMP_0_PIN 7 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)