diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-22 19:56:36 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-22 19:56:36 -0500 |
commit | ac98d0ea7e8f636b25d28e99a1e9c72de378be93 (patch) | |
tree | d1c1d274d01c98fe0f272779db37e4c464ec9abb /docs | |
parent | ab93ee9293c7f2f77c80a1dd7e7faf517cab8cd5 (diff) | |
download | kutter-ac98d0ea7e8f636b25d28e99a1e9c72de378be93.tar.gz kutter-ac98d0ea7e8f636b25d28e99a1e9c72de378be93.tar.xz kutter-ac98d0ea7e8f636b25d28e99a1e9c72de378be93.zip |
docs: Note step_distance deprecated in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 4218034f..335e0e72 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,10 +6,16 @@ All dates in this document are approximate. # Changes +20201222: The `step_distance` setting in the stepper config sections +is deprecated. It is advised to update the config to use the +[`rotation_distance`](Rotation_Distance.md) setting. Support for +`step_distance` will be removed in the near future. + 20201218: The `endstop_phase` setting in the endstop_phase module has been replaced with `trigger_phase`. If using the endstop phases module -then it will be necessary to recalibrate any endstop phases by running -the ENDSTOP_PHASE_CALIBRATE command. +then it will be necessary to convert to +[`rotation_distance`](Rotation_Distance.md) and recalibrate any +endstop phases by running the ENDSTOP_PHASE_CALIBRATE command. 20201218: Rotary delta and polar printers must now specify a `gear_ratio` for their rotary steppers, and they may no longer specify |