diff options
author | Douglas Hammond <wizhippo@gmail.com> | 2019-02-25 14:17:05 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-26 13:15:56 -0500 |
commit | b6589406d46186bc9ae76a3db49363c5168e30e9 (patch) | |
tree | 0e4cbbe8f4fa5635e836da4cc040e3242e39a559 /config | |
parent | f9968904d6c9013b29d77dcdda95f0735308fadd (diff) | |
download | kutter-b6589406d46186bc9ae76a3db49363c5168e30e9.tar.gz kutter-b6589406d46186bc9ae76a3db49363c5168e30e9.tar.xz kutter-b6589406d46186bc9ae76a3db49363c5168e30e9.zip |
temperature_sensor: Add generic temperature sensor support
Signed-off-by: Douglas Hammond <wizhippo@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 7aea28ee..7e239f09 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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] |