bigtreetech / BIGTREETECH-SKR-MINI-V1.1

ARM Cortex-M3 series STM32F103RCT6 chip with 32-bit CPU 72MHz. Equipped with highly modular open source firmware Marlin2.0, convenient for users DIY and secondary development, exempt from the worries of the core code;
34 stars 49 forks source link

"E1 THERMAL RUNAWAY" when use TEMP_SENSOR_BED #21

Open Stephan35 opened 4 years ago

Stephan35 commented 4 years ago

Hi, Is somebody meet this kind of error ? I try to use bed temp sensor, an error "E1 THERMAL RUNAWAY" is display at boot . I checked pins configuration, but i do not understand what is wrong. Failed with all firmware available. Regards.

`

define TEMP_SENSOR_0 1

define TEMP_SENSOR_1 0

define TEMP_SENSOR_2 0

define TEMP_SENSOR_3 0

define TEMP_SENSOR_4 0

define TEMP_SENSOR_5 0

define TEMP_SENSOR_BED 1

define TEMP_SENSOR_CHAMBER 0

`

Stephan35 commented 4 years ago

Hi, I remove thermal sensor protection :

//#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders //#define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed //#define THERMAL_PROTECTION_CHAMBER // Enable thermal protection for the heated chamber

Now can boot properly, but , displaying -14° on both when sensor are connected ! What is wrong whith this board ?

Stephan35 commented 4 years ago

Hi, Do not use this firmware, use original "MARLIN BUGFIX 2.0" , and chose "BIGTREETECH MINI V1.1" Do not update libraries , and work fine. Regards