From 151c5f24bfb1d950cc06dfd154c2539ac3237f2c Mon Sep 17 00:00:00 2001 From: rotorit Date: Tue, 9 Aug 2011 20:27:03 +0300 Subject: first revision... had to use the fan pin to control the extruder hot end heater. meaning.. this setup will not support a bed heat control ..for now... Time will show if I can get the Tip management A/D converter to work... or.. should i get it to work at all??? --- Sprinter/pins.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Sprinter/pins.h') 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 -- cgit v1.2.1