Math Range Error With NTC 100K Thermistor

Basic Information:

Printer Model: Troodon 2.0
MCU / Printerboard: Manta M8P
klippy.log
klippy (1).zip (2.8 MB)

Math Range Error when using a 100K thermistor for the extruder and setting

sensor_type: NTC 100K MGB18-104F39050L32

When changing to below, the error goes away:
sensor_type : EPCOS 100K B57560G104F

image

You are printing a bit on the hot side. See ADC out of range

This problem arose when I had a bad thermistor. The original thermistor was a 1K. It started reading that unrealistic high temperature, so I changed it to the only thermistor I had which was the 100k

Each temperature probe has certain characteristics. If you change it, you need to make sure to have the correct type specified or your readings will be crap.
If you do not know the exact type (or the type is not explicitly listed here: common-thermistors) of a typical 100k NTC then use Generic 3950

I was able to find the thermistor listed as a B3950, so I changed it to Generic 3950. Thanks, I totally missed the Generic 3950 type becuase I was only looking for 100k in the name.

Today I changed my hotend to a red lizard that says in the documentation that it has an NTC 100k thermistor. When I try both types of NTC 100k in the Klipper config, both give a math error in startup. I change it to the Generic 3950 and it works without error.