aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/heater_bed.py
Commit message (Collapse)AuthorAgeFilesLines
* heater_bed: Wrap lines to 80 columnsKevin O'Connor2019-02-261-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* heater: take a gcode_id when setting up a heater (#1028)john--2019-01-021-1/+1
| | | | | Allow an arbitrary gcode_id to be supplied during heater setup. This allows future extras to register additional IDs beyond B, and T#. Signed-off-by: John Jardine <john@gprime.net>
* heater: Add PrinterHeaters class that stores all sensors and heatersKevin O'Connor2018-04-041-0/+8
Add a PrinterHeaters class that can stores references to available temperature sensors and stores references to instantiated heaters. Add a extras/heater_bed.py file and delay instantiation of the heater_bed object. This allows the heater.py module to be imported earlier during the setup phase, and allows the PrinterHeaters class to be available for registering sensors and heaters. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>