diff options
Diffstat (limited to 'config/example-extras.cfg')
-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] |