aboutsummaryrefslogtreecommitdiffstats
path: root/docs/G-Codes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-09-16 11:37:00 -0400
committerKevinOConnor <kevin@koconnor.net>2018-09-25 13:48:46 -0400
commit531134f092555f737e7031c1b011fb85cb051f71 (patch)
tree33fc17ede64b93c76a1980524812e5e2cf87a40a /docs/G-Codes.md
parentf80456a6983566ae073e477b9033090263c4745d (diff)
downloadkutter-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.md4
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.