aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/thermistor.py
Commit message (Expand)AuthorAgeFilesLines
* klippy: Replace deprecated logger.warn with logger.warning (#6385)Thijs Triemstra2023-11-161-1/+2
* temperature_sensors: Define default thermistors in configKevin O'Connor2021-11-101-26/+0
* thermistor: Add support for the board thermistor on the Einsy RamboKevin O'Connor2020-10-081-0/+3
* thermistor: Add in definition for "SliceEngineering 450" thermistorKevin O'Connor2020-07-111-0/+3
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-2/+2
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-4/+4
* 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