From 467e8e6f40445005cc1da4fb3a7ec1ad0ed45479 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 9 Jun 2020 12:18:16 -0400 Subject: display: Default DISPLAY=display in SET_DISPLAY_GROUP command Signed-off-by: Kevin O'Connor --- docs/G-Codes.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 48ece06d..3b939ec9 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -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= GROUP=`: Set the active - display group of the display. This allows to define multiple display - data groups in the config, e.g.`[display_data ]` - 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=] 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 ]` 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=]`: Allows the user to set the idle timeout (in seconds). - `RESTART`: This will cause the host software to reload its config -- cgit v1.2.3-70-g09d2