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_Changes.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_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 45d19acb..5cbe1eae 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,12 @@ All dates in this document are approximate. ## Changes +20220304: There is no longer a default for the `extruder` parameter of +[extruder_stepper](Config_Reference.md#extruder_stepper) config +sections. If desired, specify `extruder: extruder` explicitly to +associate the stepper motor with the "extruder" motion queue at +startup. + 20220210: The `SYNC_STEPPER_TO_EXTRUDER` command is deprecated; the `SET_EXTRUDER_STEP_DISTANCE` command is deprecated; the [extruder](Config_Reference.md#extruder) `shared_heater` config option |