Feature Request
Detailed description of the feature request:
Marlin contains table for several kind of thermistors. However, to change the type of a thermistor, you have to change either TEMP_SENSOR_0 or TEMP_SENSOR_BED in Configuration.h, recompile the firmware and flash it. This request suggest to add the type of the thermistors in the Settings and be able to change them without recompiling.
It has however a drawback: it means that all the thermistor tables will have to be compiled into the binary (and take more space). Perhaps, a compromise would be to include only common thermistors (such as 1, 11, ...)
Feature Request
Detailed description of the feature request:
Marlin contains table for several kind of thermistors. However, to change the type of a thermistor, you have to change either
TEMP_SENSOR_0orTEMP_SENSOR_BEDinConfiguration.h, recompile the firmware and flash it. This request suggest to add the type of the thermistors in the Settings and be able to change them without recompiling.It has however a drawback: it means that all the thermistor tables will have to be compiled into the binary (and take more space). Perhaps, a compromise would be to include only common thermistors (such as
1,11, ...)