diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-11-23 11:52:46 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-11-23 11:52:46 -0500 |
commit | 88c7bf830f7b6d7708a7daede8f116b5d4867048 (patch) | |
tree | 74df1d2a7f1f05cb1453366cf2db5cb9582de7e3 /docs/G-Codes.md | |
parent | 111f084c6a512919c41541b486e7e596c404e467 (diff) | |
download | kutter-88c7bf830f7b6d7708a7daede8f116b5d4867048.tar.gz kutter-88c7bf830f7b6d7708a7daede8f116b5d4867048.tar.xz kutter-88c7bf830f7b6d7708a7daede8f116b5d4867048.zip |
G-Codes: Minor formatting fix
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index b9b8c4c7..9d9c0619 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -268,7 +268,7 @@ The following command is available when a [dotstar config section](Config_Reference.md#dotstar) is enabled: - `SET_LED LED=<config_name> RED=<value> GREEN=<value> BLUE=<value> WHITE=<value> [INDEX=<index>] [TRANSMIT=0]`: This sets the LED - output. Each color <value> must be between 0.0 and 1.0. The WHITE + output. Each color `<value>` must be between 0.0 and 1.0. The WHITE option is only valid on RGBW LEDs. If multiple LED chips are daisy-chained then one may specify INDEX to alter the color of just the given chip (1 for the first chip, 2 for the second, etc.). If @@ -689,7 +689,7 @@ The following commands are available when an them. If RATE is not specified, then the default value is used (either from `printer.cfg` or `3200` default value). The results of measurements are written to a file named `/tmp/adxl345-<name>.csv` - where "<name>" is the optional NAME parameter. If NAME is not + where `<name>` is the optional NAME parameter. If NAME is not specified it defaults to the current time in "YYYYMMDD_HHMMSS" format. - `ACCELEROMETER_QUERY [CHIP=<config_name>] [RATE=<value>]`: queries |