aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortheophile <chmeredith@gmail.com>2020-06-06 13:30:58 -0500
committerGitHub <noreply@github.com>2020-06-06 14:30:58 -0400
commit518fe023b424e8e9284dea00d5ab1e4d0124db6c (patch)
tree1cd6d385d408e2e84cf02fde348dd69ae2db9acd /docs
parent967fe1c01c759724c52ec4fefbb95fb8a58840a6 (diff)
downloadkutter-518fe023b424e8e9284dea00d5ab1e4d0124db6c.tar.gz
kutter-518fe023b424e8e9284dea00d5ab1e4d0124db6c.tar.xz
kutter-518fe023b424e8e9284dea00d5ab1e4d0124db6c.zip
extruder_stepper: Support changing synced extruder on the fly (#2824)
Signed-off-by: Christopher Meredith <chmeredith@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/G-Codes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index 387759f4..286dce36 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -278,6 +278,15 @@ section is enabled:
future G-Code movement commands may run in parallel with the stepper
movement.
+## Extruder stepper Commands
+
+The following command is available when an "extruder_stepper" config
+section is enabled:
+- `SYNC_STEPPER_TO_EXTRUDER STEPPER=<extruder_stepper config_name>
+ [EXTRUDER=<extruder config_name>]`: This command will cause the given
+ STEPPER to become synchronized to the given EXTRUDER, overriding
+ the extruder defined in the "extruder_stepper" config section.
+
## Probe
The following commands are available when a "probe" config section is