aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bed_Mesh.md
diff options
context:
space:
mode:
authormarbocub <marbocub@gmail.com>2024-01-07 07:26:48 +0900
committerGitHub <noreply@github.com>2024-01-06 17:26:48 -0500
commitb50d6669a8b491edf07602c0528d26abe8985536 (patch)
treebd2613db305434501b0400a451de250e224c67f4 /docs/Bed_Mesh.md
parent0665dc89766bd85c095f18ba84028dc47def2f19 (diff)
downloadkutter-b50d6669a8b491edf07602c0528d26abe8985536.tar.gz
kutter-b50d6669a8b491edf07602c0528d26abe8985536.tar.xz
kutter-b50d6669a8b491edf07602c0528d26abe8985536.zip
docs: Fix typo in Bed_Mesh.md (#6450)
the meaning and the illustration shows 13x9 mesh however the text was 13x8. Signed-off-by: Mitsunori YOSHIDA <marbocub@gmail.com>
Diffstat (limited to 'docs/Bed_Mesh.md')
-rw-r--r--docs/Bed_Mesh.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md
index e759f961..d2a417dd 100644
--- a/docs/Bed_Mesh.md
+++ b/docs/Bed_Mesh.md
@@ -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.