diff options
author | Alex Zellner <37265689+zellneralex@users.noreply.github.com> | 2021-06-14 19:01:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 13:01:42 -0400 |
commit | f7279a037d7760befb2f085ab0ab99057681862e (patch) | |
tree | 95f1eff1fd7000430ca1f724a8d6bb1e0fc85711 | |
parent | d2c2aaf55df955e1e0f727d22362d57b41e614f5 (diff) | |
download | kutter-f7279a037d7760befb2f085ab0ab99057681862e.tar.gz kutter-f7279a037d7760befb2f085ab0ab99057681862e.tar.xz kutter-f7279a037d7760befb2f085ab0ab99057681862e.zip |
docs: add CANCEL_PRINT to docs/G-Codes.md (#4370)
Signed-off-by: Alex Zellner <alexander.zellner@googlemail.com>
-rw-r--r-- | docs/G-Codes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 2db1f491..0bf8099b 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -587,6 +587,7 @@ enabled: 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. +- `CANCEL_PRINT`: Cancels the current print. ## Filament Sensor |