diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-01-13 14:04:38 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-02-15 12:39:01 -0500 |
commit | c92732e4f18caf95d1a2789f8438cca4c844413d (patch) | |
tree | 80b1d98fc40b290c346b1a13d6c519d4d685f359 /docs | |
parent | 2f7b234189c95a4a18088f36d1976c87780ee634 (diff) | |
download | kutter-c92732e4f18caf95d1a2789f8438cca4c844413d.tar.gz kutter-c92732e4f18caf95d1a2789f8438cca4c844413d.tar.xz kutter-c92732e4f18caf95d1a2789f8438cca4c844413d.zip |
bed_mesh: Remove deprecated relative_reference_index
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 98540809..14b89200 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -979,13 +979,6 @@ Visual Examples: # where Z = 0. When this option is specified the mesh will be offset # so that zero Z adjustment occurs at this location. The default is # no zero reference. -#relative_reference_index: -# **DEPRECATED, use the "zero_reference_position" option** -# The legacy option superceded by the "zero reference position". -# Rather than a coordinate this option takes an integer "index" that -# refers to the location of one of the generated points. It is recommended -# to use the "zero_reference_position" instead of this option for new -# configurations. The default is no relative reference index. #faulty_region_1_min: #faulty_region_1_max: # Optional points that define a faulty region. See docs/Bed_Mesh.md |