Hi in the manual I found the note about adc_temperature and custom thermistor. I’m not really sure on how to use it. the custom temperature I would simply use like this?
[thermistor my_temp_sensor]
temperature1: 1111
resistance1:222
temperature2: 3333
resistance2:333
temperature3: 44444
resistance3:444
[extruder]
…
sensor_type: my_temp_sensor
and for the ADC type I could do it like this? So I could use as many data points I want? At least if I stay reasonable I guess <1000
[adc_temperature my_adc_temp_sensor]
temperature1:
voltage1:
temperature2:
voltage2:
…
temperature300:
voltage300:
[extruder]
…
sensor_type: my_adc_temp_sensor