docs: use_dpms must be in main not in printer
This commit is contained in:
parent
af1ae9a0ec
commit
a68a3df2e6
@ -47,7 +47,11 @@ default_printer: Ender 3 Pro
|
|||||||
# set this to False. See Menu section below.
|
# set this to False. See Menu section below.
|
||||||
use_default_menu: True
|
use_default_menu: True
|
||||||
|
|
||||||
|
# Screen DPMS
|
||||||
|
# By default DPMS is used to turn off the screen, this should prevent burn-in and save power.
|
||||||
|
# However if you find that your screen doesn't turn off because it doesn't support it
|
||||||
|
# Setting this to false will just turn the screen black.
|
||||||
|
use_dpms: True
|
||||||
```
|
```
|
||||||
|
|
||||||
## Printer Options
|
## Printer Options
|
||||||
@ -97,12 +101,6 @@ screw_positions: ""
|
|||||||
# Rotation is useful if the screen is not directly in front of the machine.
|
# Rotation is useful if the screen is not directly in front of the machine.
|
||||||
# Valid values are 0 90 180 270
|
# Valid values are 0 90 180 270
|
||||||
screw_rotation: 0
|
screw_rotation: 0
|
||||||
|
|
||||||
# Screen DPMS
|
|
||||||
# By default DPMS is used to turn off the screen, this should prevent burn-in and save power.
|
|
||||||
# However if you find that your screen doesn't turn off because it doesn't support it
|
|
||||||
# Setting this to false will just turn the screen black.
|
|
||||||
use_dpms: True
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Preheat Options
|
## Preheat Options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user