diff options
author | Arksine <arksine.code@gmail.com> | 2019-06-23 07:36:06 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-28 12:44:49 -0400 |
commit | 3a3dfd51b978f9c961c2cbf28ca195df03387877 (patch) | |
tree | ed873fac5068bbea42ca2c8ffb4ccf2d850cc7f4 /docs/G-Codes.md | |
parent | 35a45e24461ff03f20c8ec0f97de2a5e8423f82e (diff) | |
download | kutter-3a3dfd51b978f9c961c2cbf28ca195df03387877.tar.gz kutter-3a3dfd51b978f9c961c2cbf28ca195df03387877.tar.xz kutter-3a3dfd51b978f9c961c2cbf28ca195df03387877.zip |
docs: Add CLEAR_PAUSE to G-Codes.md
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
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 12b43fb4..b474368c 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -430,6 +430,10 @@ is enabled: - `RESUME [VELOCITY=<value>]`: Resumes the print from a pause, first restoring the previously captured position. The VELOCITY parameter determines the speed at which the tool should return to the original captured position. + - `CLEAR_PAUSE`: Clears the current paused state without resuming the print. + This is useful if one decides to cancel a print after a PAUSE. It is recommended + to add this to your start gcode to make sure the paused state is fresh for each + print. ## Filament Sensor |