diff options
author | Michael Barbour <barbour.michael.0@gmail.com> | 2018-04-01 15:26:25 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-04-03 00:00:41 -0400 |
commit | a301713361f7c2a1b397697b09dacab18ffdc05c (patch) | |
tree | 24c68bac4f1d23d488449d05297614b2ee9aacfb /docs/G-Codes.md | |
parent | bee179eab42a6688be1210ef116ae0b14ffbacd0 (diff) | |
download | kutter-a301713361f7c2a1b397697b09dacab18ffdc05c.tar.gz kutter-a301713361f7c2a1b397697b09dacab18ffdc05c.tar.xz kutter-a301713361f7c2a1b397697b09dacab18ffdc05c.zip |
extruder: Add SET_PRESSURE_ADVANCE command.
Signed-off-by: Michael Barbour <barbour.michael.0@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index d4586b71..37a72717 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -71,6 +71,9 @@ The following standard commands are supported: cycles. If the WRITE_FILE parameter is enabled, then the file /tmp/heattest.txt will be created with a log of all temperature samples taken during the test. +- `SET_PRESSURE_ADVANCE [ADVANCE=<pressure_advance>] + [ADVANCE_LOOKAHEAD_TIME=<pressure_advance_lookahead_time>]`: + Set pressure advance parameters. - `RESTART`: This will cause the host software to reload its config and perform an internal reset. This command will not clear error state from the micro-controller (see FIRMWARE_RESTART) nor will it |