Hello all,
im in the progress to update my repetier software (host + firmware) and i cant read the bed temperature.
I used the online-firmware-configurator, worked like a charm.
My Hardware:
-Megatronics V3.1 Board
-Smartcontroller (RepRapDiscount)
-Raspberry Pi 2b with Repetier-Server 1.0.4 Pro (will update this the next days)
-uploading firmware with the repetier-server fw-upload function
My Problem is i cant get any temperature for the heated bed, no matter what pin i assign.
pin.h:
// Extruder 1 - Thermistor 1
#define TEMP_0_PIN 15
// Extruder 2 - Thermistor 2
#define TEMP_2_PIN 14
// Extruder 3 - Thermistor 3
#define TEMP_3_PIN 13
// Heated bed - Thermistor 4
#define TEMP_1_PIN 12
the pins are correct according to the megatronics-datasheet.
Heres the strange part:
i can only read the temperatures for extruder 1+2, heated bed is always 0°C.
I can change the pin in the code so extruder 1 reads the heated bed sensor, this works with all thermistor inputs correctly.
It seems like the code for the heated bed variable does no read anything. Usually a open pin shows -20°C.
Is this a known problem?
Thanks