Page 1 of 1

Extruder thermistor E0 damaged Solution

Posted: Thu Jun 11, 2020 3:43 am
by Din0
Hi
it is necessary to transfer the cable from the damage to the E0 thermistor to the extruder input E1 image.
PinOutV GT3260.png
PinOutV GT3260.png (388.95 KiB) Viewed 4101 times
Edit file " pins_GT2560_V3.h" FW MArlin 2.x (Use 2.0.5.3 ) as follows:

Marlin\src\pins\mega\pins_GT2560_V3.h

// Temperature Sensors
//
#define TEMP_0_PIN 9 // Analog Input Original 11
#define TEMP_1_PIN 11 // Analog Input Original 9

that's all

Ales
IMG_20200612_203545_1.jpg
IMG_20200612_203545_1.jpg (546.52 KiB) Viewed 4041 times

Re: Extruder thermistor E0 damaged Solution

Posted: Thu Jun 11, 2020 9:41 am
by William
thank you for your sharing!