aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/heater_generic.py
Commit message (Collapse)AuthorAgeFilesLines
* heater: Support generic gcode_id registration for sensorsDouglas Hammond2019-02-261-9/+1
| | | | | | | | Support reading a "gcode_id" parameter from heater/sensor config sections. Signed-off-by: Douglas Hammond <wizhippo@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Generic Heater SupportJohn Jardine2019-02-141-0/+16
Adds the ability to register a custom/generic heater through a new extra called heater_generic. This takes a gcode_id that is reported by M105. Adds a new command to set the temperature for any heater using the syntax: SET_HEATER_TEMPERATURE HEATER=<heater_name> TARGET=<target_temp> Signed-off-by: John Jardine <john@gprime.net>