Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12108

Re: K-type Thermocouple

$
0
0
Managed to get it wright at last, thanks for your suport carl_m1968

Here are my conetions:

[attachment 93509 ligacoescorretas.jpg]


Changes made on Marlin

Configuration.h
#define TEMP_SENSOR_0 -1
#define TEMP_SENSOR_1 -1

Pins_RUMBA.h

// Temperature Sensors
//
#if TEMP_SENSOR_0 == -1
#define TEMP_0_PIN 10 // Analog Input (connector *K1* on RUMBA thermocouple ADD ON is used)
#else
#define TEMP_0_PIN 15 // Analog Input (default connector for thermistor *T0* on rumba board is used)
#endif

#if TEMP_SENSOR_1 == -1
#define TEMP_1_PIN 9 // Analog Input (connector *K2* on RUMBA thermocouple ADD ON is used)

Viewing all articles
Browse latest Browse all 12108

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>