diff options
author | Alessandro Maggi <59124971+DicyRoll@users.noreply.github.com> | 2024-04-21 00:57:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 18:57:58 -0400 |
commit | 2f6e94c94cae036b70b02df996dc12e2e61e5dcb (patch) | |
tree | 717e980e8609a0f89d93c0fd0d5a8b53b1cf5961 | |
parent | 713b50969848910d52c7d91dce695140bb59df9d (diff) | |
download | kutter-2f6e94c94cae036b70b02df996dc12e2e61e5dcb.tar.gz kutter-2f6e94c94cae036b70b02df996dc12e2e61e5dcb.tar.xz kutter-2f6e94c94cae036b70b02df996dc12e2e61e5dcb.zip |
docs: Fix typo in Bed_Mesh.md (#6572)
Signed-off-by: Maggi Alessandro <maggialessandro360@gmail.com>
-rw-r--r-- | docs/Bed_Mesh.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md index 9ee8df50..1538f625 100644 --- a/docs/Bed_Mesh.md +++ b/docs/Bed_Mesh.md @@ -44,10 +44,9 @@ probe_count: 5, 3 - `mesh_max: 240, 198`\ _Required_\ - The probed coordinate farthest farthest from the origin. This is not - necessarily the last point probed, as the probing process occurs in a - zig-zag fashion. As with `mesh_min`, this coordinate is relative to - the probe's location. + The probed coordinate farthest from the origin. This is not necessarily + the last point probed, as the probing process occurs in a zig-zag fashion. + As with `mesh_min`, this coordinate is relative to the probe's location. - `probe_count: 5, 3`\ _Default Value: 3, 3_\ |