Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heater: Support generic gcode_id registration for sensors | Douglas Hammond | 2019-02-26 | 1 | -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 Support | John Jardine | 2019-02-14 | 1 | -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> |