aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/heaters.py
Commit message (Collapse)AuthorAgeFilesLines
* lm75: Added support for LM75/LM75A I2C connected temperature sensors (#3101)combolek2020-07-191-1/+1
| | | Signed-off-by: Boleslaw Ciesielski <combolek@users.noreply.github.com>
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-7/+6
| | | | | | | | Rename try_load_module() so that it uses consistent naming for "printer objects". Change the function to raise an error by default if the specified module does not exist. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Move "ok" tracking to GCodeCommand classKevin O'Connor2020-05-051-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* heaters: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-10/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* htu21d: Support for HTI21D family sensor on I2C bus (#2803)Lucio Tarantino2020-05-031-0/+1
| | | Signed-off-by: Lucio Tarantino <lucio.tarantino@gmail.com>
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-0/+327
The heater logic is an independent module that does not need to be treated as part of the "core" klipper code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>