diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-01-11 18:13:21 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-01-16 19:01:15 -0500 |
commit | 02d5f9754fc7f9e493c8bc5a6418e2a9ea9d7ae1 (patch) | |
tree | 08728bbdda7fbf0ac4574e7dfd9902b35677a520 /docs/Config_Reference.md | |
parent | eb2a67cb956f96e9ed92d5c070411d7dec08bcfd (diff) | |
download | kutter-02d5f9754fc7f9e493c8bc5a6418e2a9ea9d7ae1.tar.gz kutter-02d5f9754fc7f9e493c8bc5a6418e2a9ea9d7ae1.tar.xz kutter-02d5f9754fc7f9e493c8bc5a6418e2a9ea9d7ae1.zip |
extruder: Support disassociating a stepper from all extruders
Support SYNC_STEPPER_TO_EXTRUDER commands with an EXTRUDER parameter
set to an empty string.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 4c78b550..fd77f9e3 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1835,8 +1835,9 @@ more information. ``` [extruder_stepper my_extra_stepper] #extruder: extruder -# The extruder this stepper is synchronized to. The default is -# "extruder". +# The extruder this stepper is synchronized to. If this is set to an +# empty string then the stepper will not be synchronized to an +# extruder. The default is "extruder". #step_pin: #dir_pin: #enable_pin: |