I am running Ramps 1.4 with Dual End Stop software.
I am trying to read out a temperature on the LCD or using the M105 command. I figured that it may be as simple as connecting a suitable NTC thermistor to the T0 terminals of the board and assigning probe type:
#define TEMP_SENSOR_0 30
But it didn’t work (LCD still reporting 0degrees on the “hot end”)
So I tried using the software dummy instead to check if thermistor is working ok
#define TEMP_SENSOR_0 998
But still no change in the temperature read out
…has something been turned off in the MarlinBuilder Firmware that I am overlooking? Maybe a pin assignment?