diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-16 11:37:00 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-09-25 13:48:46 -0400 |
commit | 531134f092555f737e7031c1b011fb85cb051f71 (patch) | |
tree | 33fc17ede64b93c76a1980524812e5e2cf87a40a /docs/G-Codes.md | |
parent | f80456a6983566ae073e477b9033090263c4745d (diff) | |
download | kutter-531134f092555f737e7031c1b011fb85cb051f71.tar.gz kutter-531134f092555f737e7031c1b011fb85cb051f71.tar.xz kutter-531134f092555f737e7031c1b011fb85cb051f71.zip |
configfile: Add support for rewriting the printer config file
Add support for writing back the main printer config file with
additional calibration data stored in it.
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, 4 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 7e2f2d26..28959647 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -115,6 +115,10 @@ The following standard commands are supported: [the FAQ](FAQ.md#how-do-i-upgrade-to-the-latest-software)). - `FIRMWARE_RESTART`: This is similar to a RESTART command, but it also clears any error state from the micro-controller. +- `SAVE_CONFIG`: This command will overwrite the main printer config + file and restart the host software. This command is used in + conjunction with other calibration commands to store the results of + calibration tests. - `STATUS`: Report the Klipper host software status. - `HELP`: Report the list of available extended G-Code commands. |