Sorry, I mixed the types. I meant this
case 61: // AD8495 1.25V Vref offset (like Adafruit 8495 breakout board)
#if CPU_ARCH == ARCH_AVR
currentTemperatureC = ((float)currentTemperature * 1000.0f / (1024 << (2 - ANALOG_REDUCE_BITS))) - 250.0f;
#else
currentTemperatureC = ((float)currentTemperature * 660.0f / (1024 << (2 - ANALOG_REDUCE_BITS))) - 250.0f;
#endifBut PT100 is a fixed PTC. Here the question is did you use the e3d ampilfier and where did you connect it to? The thermocouple pins are in series with 4.7k resistor so you can not use them. You need the analog input at the long side for this.