docs: Fix typo in Bed_Mesh.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
31ac9dc6f9
commit
6e87befa21
|
@ -170,10 +170,10 @@ interpolated mesh.
|
||||||
|
|
||||||
### Move Splitting
|
### Move Splitting
|
||||||
|
|
||||||
Bed Mesh works by intercepting gcode move commands and applying a transform
|
Bed Mesh works by intercepting gcode move commands and applying a
|
||||||
to their Z coordinate. Long moves must be and split into smaller moves
|
transform to their Z coordinate. Long moves must be split into smaller
|
||||||
to correctly follow the shape of the bed. The options below control the
|
moves to correctly follow the shape of the bed. The options below
|
||||||
splitting behavior.
|
control the splitting behavior.
|
||||||
|
|
||||||
```
|
```
|
||||||
[bed_mesh]
|
[bed_mesh]
|
||||||
|
|
Loading…
Reference in New Issue