Hello,
I recently ran into an issue where my T0 thermister (for hot end) was either reading 499 or 0. Switching heat bed and hot end thermister connections confirmed the problem was with the connection to T) as opposed to the actual thermistors. I've read on the forum posts for simmilar issues that the pin configuration can be changed so that I can just reconfigure the pins.h in Marlin so that My T1 connection would serve as my T0 by switching its setting to 15.
This is all well and good but I am in the dark as to how to make the T2 connection my new T1.
Working with Motherboard setup 33
the pins.h section I need to mess with is as follows:
#define TEMP_0_PIN 13 // ANALOG NUMBERING
#define TEMP_1_PIN 15 // ANALOG NUMBERING
#define TEMP_2_PIN -1 // ANALOG NUMBERING
Any help would be greatly appreciated