|
@@ -571,6 +571,12 @@ static void updateTemperaturesFromRawValues()
|
571
|
571
|
|
572
|
572
|
void tp_init()
|
573
|
573
|
{
|
|
574
|
+#if (MOTHERBOARD == 80) && ((TEMP_SENSOR_0==-1)||(TEMP_SENSOR_1==-1)||(TEMP_SENSOR_2==-1)||(TEMP_SENSOR_BED==-1))
|
|
575
|
+ //disable RUMBA JTAG in case the thermocouple extension is plugged on top of JTAG connector
|
|
576
|
+ MCUCR=(1<<JTD);
|
|
577
|
+ MCUCR=(1<<JTD);
|
|
578
|
+#endif
|
|
579
|
+
|
574
|
580
|
// Finish init of mult extruder arrays
|
575
|
581
|
for(int e = 0; e < EXTRUDERS; e++) {
|
576
|
582
|
// populate with the first value
|