temperature_sensor: Add generic temperature sensor support

Signed-off-by: Douglas Hammond <wizhippo@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Douglas Hammond 2019-02-25 14:17:05 -05:00 committed by Kevin O'Connor
parent f9968904d6
commit b6589406d4
3 changed files with 44 additions and 6 deletions

View file

@ -1325,7 +1325,22 @@
#min_extrude_temp:
#min_temp:
#max_temp:
# See the example.cfg for the definition of the above parameters.
# See the heater section in example.cfg for the definition of the
# above parameters.
# Temperature sensors. One can define any number of temperature
# sensors. Their values are reported via the M105 command.
#[temperature_sensor my_sensor]
#sensor_type:
#sensor_pin:
#min_temp:
#max_temp:
# See the heater section in example.cfg for the definition of the
# above parameters.
#gcode_id:
# See the heater_generic section above for the definition of this
# parameter.
# Pause/Resume functionality with support of position capture and restore
#[pause_resume]