summaryrefslogtreecommitdiff
path: root/Sprinter/pins.h
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-01-29 19:18:06 +0100
committermidopple <mdoppler@gmx.at>2012-01-29 19:18:06 +0100
commit2ffe5ec2b5ecb390eb8ffacc584b614b2263bdf4 (patch)
tree0eb0f91c7c22fae418b0f868952891324d1c66aa /Sprinter/pins.h
parentfa63b839c6cbf261f2655e8783bf4745cc9ca513 (diff)
parent132f8c212e4c316559177e532df6b9a6c2205bf2 (diff)
Merge commit '132f8c212e4c316559177e532df6b9a6c2205bf2' into experimental
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)