display: add SET_DISPLAY_GROUP command (#2969)

Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
Florian Heilmann 2020-06-09 18:07:25 +02:00 committed by GitHub
parent c630ecf3c7
commit 68fcbe2a62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -202,6 +202,11 @@ 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_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