index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
adc_temperature.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
klippy: Replace deprecated logger.warn with logger.warning (#6385)
Thijs Triemstra
2023-11-16
1
-2
/
+2
*
spi_temperature: Simplify and comment MAX31865 temperature calculations
Kevin O'Connor
2020-09-02
1
-1
/
+1
*
adc_temperature: Minor simplification of default sensor registration
Kevin O'Connor
2020-08-23
1
-16
/
+15
*
adc_temperature: Calculate "PT100 INA826" values from formula
Kevin O'Connor
2020-08-22
1
-13
/
+7
*
adc_temperature: Calculate PT1000 temperature/resistance pairs from formula
Kevin O'Connor
2020-08-22
1
-4
/
+6
*
adc_temperature: add support for AD597 (#3164)
Bryan Boettcher
2020-08-09
1
-0
/
+9
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-3
/
+3
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-5
/
+5
*
adc_temperature: Add builtin definition for PT1000 sensors
Kevin O'Connor
2020-03-05
1
-2
/
+12
*
query_adc: Add a new module to help query and debug analog pins
Kevin O'Connor
2019-11-07
1
-0
/
+2
*
adc_temperature: add support for AD849x thermocouple amplifiers (#1994)
Geoff Shannon
2019-10-10
1
-2
/
+86
*
adc_temperature: Minor comment update
Kevin O'Connor
2019-06-02
1
-2
/
+2
*
heater: Rename add_sensor() to add_sensor_factory()
Kevin O'Connor
2019-02-25
1
-2
/
+2
*
adc_temperature: Add support for linear interpolation of resistances
Kevin O'Connor
2019-01-21
1
-2
/
+49
*
adc_temperature: Split linear interpolation code into its own class
Kevin O'Connor
2019-01-21
1
-46
/
+60
*
adc_temperature: Move PrinterADCtoTemperature to adc_temperature.py
Kevin O'Connor
2019-01-21
1
-19
/
+37
*
adc_temperature: Minor whitespace changes
Kevin O'Connor
2018-07-26
1
-11
/
+12
*
adccmds: Add support for min/max temperature check filtering
Kevin O'Connor
2018-07-02
1
-1
/
+3
*
adc_temperature: Support defining custom sensors in the config file
Kevin O'Connor
2018-04-09
1
-0
/
+19
*
adc_temperatures: Add "PT100 INA826" sensor type
Kevin O'Connor
2018-04-09
1
-1
/
+13
*
adc_temperature: Support multiple ranges for ADC lookup
Kevin O'Connor
2018-04-09
1
-10
/
+54
*
heater: Move Thermistor and Linear to their own files in extras/
Kevin O'Connor
2018-04-04
1
-0
/
+45