extruder_stepper: Support changing synced extruder on the fly (#2824)

Signed-off-by: Christopher Meredith <chmeredith@gmail.com>
This commit is contained in:
theophile 2020-06-06 13:30:58 -05:00 committed by GitHub
parent 967fe1c01c
commit 518fe023b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -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