mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
extruder: Deprecate old extruder commands and shared_heater config option
Deprecate SET_EXTRUDER_STEP_DISTANCE and SYNC_STEPPER_TO_EXTRUDER. Recommend using SET_EXTRUDER_ROTATION_DISTANCE and SYNC_EXTRUDER_MOTION. Deprecate the extruder "shared_heater" option and reocmmend using extruder_stepper config sections to obtain the same functionality. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
2af8c5aa86
commit
2e17519a7e
4 changed files with 16 additions and 20 deletions
|
@ -8,6 +8,18 @@ All dates in this document are approximate.
|
|||
|
||||
## Changes
|
||||
|
||||
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
|
||||
is deprecated. These features will be removed in the near future.
|
||||
Replace `SET_EXTRUDER_STEP_DISTANCE` with
|
||||
`SET_EXTRUDER_ROTATION_DISTANCE`. Replace `SYNC_STEPPER_TO_EXTRUDER`
|
||||
with `SYNC_EXTRUDER_MOTION`. Replace extruder config sections using
|
||||
`shared_heater` with
|
||||
[extruder_stepper](Config_Reference.md#extruder_stepper) config
|
||||
sections and update any activation macros to use
|
||||
[SYNC_EXTRUDER_MOTION](G-Codes.md#sync_extruder_motion).
|
||||
|
||||
20220116: The tmc2130, tmc2208, tmc2209, and tmc2660 `run_current`
|
||||
calculation code has changed. For some `run_current` settings the
|
||||
drivers may now be configured differently. This new configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue