docs: update simplyprint documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
91e48200d6
commit
edaeb17f38
|
@ -1995,18 +1995,25 @@ webcam_name:
|
||||||
# to autodetect a webcam.
|
# to autodetect a webcam.
|
||||||
power_device:
|
power_device:
|
||||||
# The name of a configured [power] device available to toggle over using
|
# The name of a configured [power] device available to toggle over using
|
||||||
# the SimplyPrint service. For example, to toggle a device configured
|
# the SimplyPrint service. For example, to toggle a device specified
|
||||||
# as `[power printer]` this may be configured as:
|
# as [power printer] may be configured as:
|
||||||
# power_device: printer
|
# power_device: printer
|
||||||
# By default no power device is configured.
|
# By default no power device is configured.
|
||||||
filament_sensor:
|
filament_sensor:
|
||||||
# The full name of a configured filament sensor to be monitored by
|
# The name of a configured filament sensor to be monitored by SimplyPrint.
|
||||||
# SimplyPrint. The filament sensor must be configured in Klipper and
|
# The filament sensor must be configured in Klipper and the full name,
|
||||||
# the full name, including the prefix, must be specified. For example,
|
# including the prefix, must be specified. For example, to monitor a sensor
|
||||||
# to monitor a sensor configured as `[filament_switch_sensor fsensor],
|
# specified as [filament_switch_sensor fsensor] may be configured as:
|
||||||
# this may be configured as:
|
|
||||||
# filament_sensor: filament_switch_sensor fsensor
|
# filament_sensor: filament_switch_sensor fsensor
|
||||||
# By default no filament sensor is monitored.
|
# By default no filament sensor is monitored.
|
||||||
|
ambient_sensor:
|
||||||
|
# The name of a configured temperature sensor used to report the ambient
|
||||||
|
# temperature. The sensor must be configured in Klipper and the full name,
|
||||||
|
# including the prefix, must be specified. For example, an ambient sensor
|
||||||
|
# specified in Klipper as [temperature_sensor chamber] may be configured as:
|
||||||
|
# ambient_sensor: temperature_sensor chamber
|
||||||
|
# If no ambient_sensor is configured then SimplyPrint will use the extruder
|
||||||
|
# to estimate ambient temperature when the heater is idle and cool.
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
|
|
Loading…
Reference in New Issue