From 3a3dfd51b978f9c961c2cbf28ca195df03387877 Mon Sep 17 00:00:00 2001 From: Arksine Date: Sun, 23 Jun 2019 07:36:06 -0400 Subject: [PATCH] docs: Add CLEAR_PAUSE to G-Codes.md Signed-off-by: Eric Callahan --- docs/G-Codes.md | 4 ++++ 1 file changed, 4 insertions(+) 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=]`: 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