mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
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:
parent
f9968904d6
commit
b6589406d4
3 changed files with 44 additions and 6 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue