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
/
thermistor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
heater: Fix misspelling of Celsius
Kevin O'Connor
2020-02-27
1
-11
/
+11
*
thermistor: Add support for printers with an "inline_resistor"
Kevin O'Connor
2019-06-02
1
-4
/
+6
*
thermistor: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+1
*
heater: Rename add_sensor() to add_sensor_factory()
Kevin O'Connor
2019-02-25
1
-2
/
+2
*
adc_temperature: Move PrinterADCtoTemperature to adc_temperature.py
Kevin O'Connor
2019-01-21
1
-25
/
+2
*
thermistor: Separate thermistor configuration from basic ADC callback logic
Kevin O'Connor
2019-01-21
1
-14
/
+19
*
thermistor: Breakout thermistor math to its own class
Kevin O'Connor
2019-01-20
1
-40
/
+49
*
thermistor: Avoid divide by zero error if min_temp=-273.15
Kevin O'Connor
2019-01-04
1
-0
/
+2
*
adccmds: Add support for min/max temperature check filtering
Kevin O'Connor
2018-07-02
1
-1
/
+3
*
thermistor: Add Honeywell 100K and MGB18 thermistor definitions
Kevin O'Connor
2018-04-30
1
-0
/
+2
*
thermistor: Fallback to using beta if Steinhart-Hart c3 is negative
Kevin O'Connor
2018-04-09
1
-4
/
+11
*
thermistor: Add support for defining custom thermistors
Kevin O'Connor
2018-04-09
1
-0
/
+26
*
heater: Move Thermistor and Linear to their own files in extras/
Kevin O'Connor
2018-04-04
1
-0
/
+95