Welcome! Log In Create A New Profile

Advanced

finaly working thermistor mks gen1.1

Posted by trist077 
finaly working thermistor mks gen1.1
June 06, 2015 12:02PM
after lots of heataches etc thermistor is displayin g correct temp on lcd and pronterfacde its a bad port on the board

so put it the opposite port and changed in pins .h
all is working just prints a blob at the minute so some more tuning

#if MOTHERBOARD == 33 || MOTHERBOARD == 67
#define HEATER_1_PIN 1
#else
#define HEATER_1_PIN 9 // EXTRUDER 2 (FAN On Sprinter)
#endif


#if MOTHERBOARD == 77
#define HEATER_0_PIN 10
#define HEATER_1_PIN 12
#define HEATER_2_PIN 6
#elif MOTHERBOARD == 68
#define HEATER_2_PIN 16
#define HEATER_3_PIN 17
#define HEATER_4_PIN 4
#define HEATER_5_PIN 5
#define HEATER_6_PIN 6
#define HEATER_7_PIN 11
#else
#define HEATER_2_PIN -1
#endif

#define TEMP_0_PIN 15 // ANALOG NUMBERING was 13
#define TEMP_1_PIN 13 // ANALOG NUMBERING was 15
Re: finaly working thermistor mks gen1.1
June 07, 2015 03:12AM
Good News!
Why did you start a new thread for that? Now the answer to your problem is lost for future reprappers, running into similar problems.

BTW. Have you seen this in reprap-wiki? I don“t speak french, but to me it sounds like you have to change -1 with 7 for your board?! ( only for dual extruders? )



Comment utiliser Heather 1 D7 pour E1 

dans {Pins.h} 

remplacer le "-1 " en "7" 



#if MB(RAMPS_13_EFcool smiley || MB(AZTEEG_X3)
   #define HEATER_1_PIN       -1
 #else
   #define HEATER_1_PIN       9    // EXTRUDER 2 (FAN On Sprinter)
 #endif


OU 
#if MOTHERBOARD == 33 || MOTHERBOARD == 67
   #define HEATER_1_PIN       -1
 #else
   #define HEATER_1_PIN       9    // EXTRUDER 2 (FAN On Sprinter)
 #endif

[reprap.org]

-Olaf
Sorry, only registered users may post in this forum.

Click here to login