diff options
author | kliment <kliment.yanev@gmail.com> | 2011-08-12 04:33:48 -0700 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-08-12 04:33:48 -0700 |
commit | 6ea72437757412991b10e25463f46f3c59549890 (patch) | |
tree | d0de22c62359c1c69a9c8d376f137ffd6a9a1880 | |
parent | 55af18a00be64512c56f093e7ea16aa6431efa1a (diff) | |
parent | 151c5f24bfb1d950cc06dfd154c2539ac3237f2c (diff) |
Merge pull request #67 from rotorit/master
use the fan pin to power the hot end heater on the crappy techzone monotronics
-rw-r--r-- | Sprinter/pins.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h index 59b9eb1..f8e36c3 100644 --- a/Sprinter/pins.h +++ b/Sprinter/pins.h @@ -303,14 +303,14 @@ #define E_STEP_PIN 12 #define E_DIR_PIN 17 #define E_ENABLE_PIN 3 -#define HEATER_0_PIN 11 +#define HEATER_0_PIN 16 #define TEMP_0_PIN 0 -#define FAN_PIN 16 +#define FAN_PIN -1 //bed pins -#define HEATER_1_PIN 11 -#define TEMP_1_PIN 10 +#define HEATER_1_PIN -1 +#define TEMP_1_PIN -1 #define SDSS -1 |