Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
8.99k stars 5.17k forks source link

fix: a typo in a document Bed Mesh #6450

Closed marbocub closed 5 months ago

marbocub commented 5 months ago

I found a typo in a document Bed_Mesh.md.

In the section Mesh Interpolation of Advanced Configuration, the meaning and the illustration shows 13x9 mesh however the text is 13x8.

JamesH1978 commented 5 months ago

Thank you for submitting a PR, pleas refer to point 3 in "What to expect in a review" in https://github.com/Klipper3d/klipper/blob/master/docs/CONTRIBUTING.md and provide a signed off by line.

Thanks James

JamesH1978 commented 5 months ago

I can also confirm that your maths is correct, it should be 9. 3 points with 2 segments with 3 interpolated points in them is indeed 9. Add the before mentioned signed offline and I can approve this.

Thanks James

marbocub commented 5 months ago

Hello, James

Thank you for your review and sorry for my incomplete commit message. I agreed with the DCO and fixed the commit message.

KevinOConnor commented 5 months ago

Thanks.

-Kevin