Welcome! Log In Create A New Profile

Advanced

MKS 1.4 AD597 Thermocouple Configuration

Posted by 3DS-QUAD 
MKS 1.4 AD597 Thermocouple Configuration
October 31, 2017 10:26PM
#define BOARD_MKS_13 47 // MKS v1.3 or 1.4 (maybe higher)

Can somebody help me understand how to configure two thermocouples for hotend and heatbed using mks 1.4
Is the motherboard number important here?
The two thermocouples are plugged into aux-1 is this right or not?

configuration.h
#define TEMP_SENSOR_0 -1
#define TEMP_SENSOR_BED -1

pins.h

(How to find the pin numbers?)

#ifndef TEMP_0_PIN
#define TEMP_0_PIN 3
#endif
#ifndef TEMP_1_PIN
#define TEMP_1_PIN 4
#endif

(What are these values?)

#ifndef HEATER_0_PIN
#define HEATER_0_PIN -1
#endif
#ifndef HEATER_1_PIN
#define HEATER_1_PIN -1
#endif

I'm not familiar with these your help will be much appreciated. Thankyou
Sorry, only registered users may post in this forum.

Click here to login