You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, ...)
The text was updated successfully, but these errors were encountered:
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
orTEMP_SENSOR_BED
inConfiguration.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
, ...)The text was updated successfully, but these errors were encountered: