aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/thermistor.py
Commit message (Expand)AuthorAgeFilesLines
* heater: Fix misspelling of CelsiusKevin O'Connor2020-02-271-11/+11
* thermistor: Add support for printers with an "inline_resistor"Kevin O'Connor2019-06-021-4/+6
* thermistor: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+1
* heater: Rename add_sensor() to add_sensor_factory()Kevin O'Connor2019-02-251-2/+2
* adc_temperature: Move PrinterADCtoTemperature to adc_temperature.pyKevin O'Connor2019-01-211-25/+2
* thermistor: Separate thermistor configuration from basic ADC callback logicKevin O'Connor2019-01-211-14/+19
* thermistor: Breakout thermistor math to its own classKevin O'Connor2019-01-201-40/+49
* thermistor: Avoid divide by zero error if min_temp=-273.15Kevin O'Connor2019-01-041-0/+2
* adccmds: Add support for min/max temperature check filteringKevin O'Connor2018-07-021-1/+3
* thermistor: Add Honeywell 100K and MGB18 thermistor definitionsKevin O'Connor2018-04-301-0/+2
* thermistor: Fallback to using beta if Steinhart-Hart c3 is negativeKevin O'Connor2018-04-091-4/+11
* thermistor: Add support for defining custom thermistorsKevin O'Connor2018-04-091-0/+26
* heater: Move Thermistor and Linear to their own files in extras/Kevin O'Connor2018-04-041-0/+95