aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/heaters.py
Commit message (Expand)AuthorAgeFilesLines
* temperature_sensors: Deprecate "NTC 100K beta 3950" thermistorKevin O'Connor2021-11-101-0/+2
* temperature_sensors: Define default sensors in new config fileKevin O'Connor2021-11-101-8/+16
* heaters: Remove support for deprecated pid_integral_max optionKevin O'Connor2021-11-021-4/+1
* heaters: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* configfile: Add support for reporting deprecated optionsKevin O'Connor2021-09-161-0/+1
* heaters: Change default smooth_time from 2 seconds to 1 secondKevin O'Connor2021-09-031-1/+1
* heaters: Make sure set_temp() command wakes up the idle_timeoutKevin O'Connor2021-03-051-2/+9
* temperature_host: Rename rpi_temperature and add support for custom pathsEvgenii2021-02-191-1/+1
* ds18b20: new module for 1-wire temperature sensor (#3462)Alan Lord2021-02-021-1/+2
* gcode_macro: Use deepcopy() on get_status() resultsKevin O'Connor2021-01-201-2/+2
* heaters: Make MINIMUM optional for TEMPERATURE_WAIT command (#3674)Justin Schuh2020-12-241-1/+4
* heaters: Add MAXIMUM option to TEMPERATURE_WAIT commandJustin Schuh2020-12-231-1/+2
* heaters: Fix TEMPERATURE_WAIT command with extruder and heater_bedKevin O'Connor2020-12-221-1/+4
* heaters: Always register heater pin as a pwm pinKevin O'Connor2020-12-151-7/+4
* heaters: add last pwm value to heater.get_status (#3621)Stefan Dej2020-12-131-1/+3
* temperature_mcu: Add enhanced support for monitoring mcu temperatureKevin O'Connor2020-12-101-1/+2
* heaters: Add a TEMPERATURE_WAIT commandKevin O'Connor2020-12-071-2/+23
* rpi_temperature: New module to monitor RPi temperature (#3587)Al2020-12-031-1/+1
* heaters: Add sensors to printer.heaters.available_sensors even if no gcode_idKevin O'Connor2020-11-011-1/+1
* heaters: Don't raise an error if PID Ki is set to zeroKevin O'Connor2020-10-171-1/+3
* heaters: Disable unused pwm output debugging infoKevin O'Connor2020-09-171-3/+3
* lm75: Added support for LM75/LM75A I2C connected temperature sensors (#3101)combolek2020-07-191-1/+1
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-7/+6
* gcode: Move "ok" tracking to GCodeCommand classKevin O'Connor2020-05-051-2/+1
* heaters: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-10/+9
* htu21d: Support for HTI21D family sensor on I2C bus (#2803)Lucio Tarantino2020-05-031-0/+1
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-0/+327