mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
display: Default DISPLAY=display in SET_DISPLAY_GROUP command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
68fcbe2a62
commit
467e8e6f40
2 changed files with 13 additions and 8 deletions
|
@ -202,11 +202,12 @@ The following standard commands are supported:
|
|||
adjustment will only be made every BAND millimeters of z height - in
|
||||
that case the formula used is `value = start + factor *
|
||||
((floor(z_height / band) + .5) * band)`.
|
||||
- `SET_DISPLAY_GROUP DISPLAY=<display> GROUP=<group>`: Set the active
|
||||
display group of the display. This allows to define multiple display
|
||||
data groups in the config, e.g.`[display_data <group> <elementname>]`
|
||||
and switch between them using this extended gcode command. use
|
||||
`DISPLAY=display` to change the display group of the default display.
|
||||
- `SET_DISPLAY_GROUP [DISPLAY=<display>] GROUP=<group>`: Set the
|
||||
active display group of an lcd display. This allows to define
|
||||
multiple display data groups in the config,
|
||||
e.g. `[display_data <group> <elementname>]` and switch between them
|
||||
using this extended gcode command. If DISPLAY is not specified it
|
||||
defaults to "display" (the primary display).
|
||||
- `SET_IDLE_TIMEOUT [TIMEOUT=<timeout>]`: Allows the user to set the
|
||||
idle timeout (in seconds).
|
||||
- `RESTART`: This will cause the host software to reload its config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue