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
*
temperature_sensors: Define default thermistors in config
Kevin O'Connor
2021-11-10
1
-26
/
+0
*
thermistor: Add support for the board thermistor on the Einsy Rambo
Kevin O'Connor
2020-10-08
1
-0
/
+3
*
thermistor: Add in definition for "SliceEngineering 450" thermistor
Kevin O'Connor
2020-07-11
1
-0
/
+3
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-2
/
+2
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-4
/
+4
*
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