diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-02-21 13:59:00 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-03-04 13:38:59 -0500 |
commit | 4815a946c2861408475a15986d021d694908f728 (patch) | |
tree | 8c529d9b590e8fed391eb044c0645c21740a39c5 /docs/Config_Reference.md | |
parent | 6627d036ac7c04877af99f1c996b7947b375af86 (diff) | |
download | kutter-4815a946c2861408475a15986d021d694908f728.tar.gz kutter-4815a946c2861408475a15986d021d694908f728.tar.xz kutter-4815a946c2861408475a15986d021d694908f728.zip |
extruder_stepper: Do not default to synching with "extruder" at startup
With recent changes, the extruder_stepper may be used for new
purposes, and synchronizing to the "extruder" motion queue at startup
may become a confusing default.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index bc66b86a..743c3a64 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1829,10 +1829,10 @@ See the [command reference](G-Codes.md#extruder) for more information. ``` [extruder_stepper my_extra_stepper] -#extruder: extruder +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". +# extruder. This parameter must be provided. #step_pin: #dir_pin: #enable_pin: |