Skip to content

Commit

Permalink
docs: Fix typo in Bed_Mesh.md (#6450)
Browse files Browse the repository at this point in the history
the meaning and the illustration shows 13x9 mesh however the text was 13x8.

Signed-off-by: Mitsunori YOSHIDA <[email protected]>
  • Loading branch information
marbocub authored Jan 6, 2024
1 parent 0665dc8 commit b50d666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Bed_Mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bicubic_tension: 0.2
integer pair, and also may be specified a single integer that is applied
to both axes. In this example there are 4 segments along the X axis
and 2 segments along the Y axis. This evaluates to 8 interpolated
points along X, 6 interpolated points along Y, which results in a 13x8
points along X, 6 interpolated points along Y, which results in a 13x9
mesh. Note that if mesh_pps is set to 0 then mesh interpolation is
disabled and the probed matrix will be sampled directly.

Expand Down

0 comments on commit b50d666

Please sign in to comment.