diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-24 09:42:33 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-24 09:49:17 -0400 |
commit | ee4f37fe0c61dd525d4f03e800da38c42781b66f (patch) | |
tree | 538736225c5e31f9b4918c72dc59988f12eaabd4 /docs/G-Codes.md | |
parent | e50c2aa38d0f2830456ee2df2eefc38d5cca48ee (diff) | |
download | kutter-ee4f37fe0c61dd525d4f03e800da38c42781b66f.tar.gz kutter-ee4f37fe0c61dd525d4f03e800da38c42781b66f.tar.xz kutter-ee4f37fe0c61dd525d4f03e800da38c42781b66f.zip |
stepper: Add STEPPER_BUZZ command
Add a new command that can help diagnose stepper motor connectivity.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 009debc1..65f01f9d 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -88,6 +88,9 @@ The following standard commands are supported: [ADVANCE_LOOKAHEAD_TIME=<pressure_advance_lookahead_time>]`: Set pressure advance parameters. If EXTRUDER is not specified, it defaults to the active extruder. +- `STEPPER_BUZZ STEPPER=<config_name>`: Move the given stepper forward + one mm and then backward one mm, repeated 10 times. This is a + diagnostic tool to help verify stepper connectivity. - `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 |