Open
Description
- This issue is NOT about support. This is not the right place for support (there is an ADVI3++ Facebook page for that)
Feature Request
- Your request is not specific to your setup but can benefit to many people
- You have checked that you are not creating a duplicate of an existing (maybe closed) request (use the search)
- You have provided a short but meaningful title
- You have provided enough information (such as links to web sites, blogs, technical description) so that anyone can understand what you are talking about. Just any only a title is not enough.
- You have provided objective facts, not your personal feelings, your personal preferences.
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
, ...)