aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bed_Mesh.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix typos in config and docs (#6991)Thijs Triemstra2025-07-271-1/+1
| | | | | | | * fix typos in configs * fix typos in docs Signed-off-by: Thijs Triemstra <info@collab.nl>
* docs: BED_MESH_CALIBRATE makes a mesh that is immediately available. (#6919)Rowland2025-05-141-1/+6
| | | | | The docs aren't particularly clear that if you generate a mesh in our start g-code, you can just use it without additional commands. This is causing issues with support on r/klippers Signed-off-by: Rowland Straylight <rowlandstraylight@gmail.com>
* docs: update `Manual_Level.md` referenceEmmanuel Ferdman2024-11-191-1/+1
| | | | Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
* docs: add rapid probing documentationEric Callahan2024-06-191-5/+265
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Fix typo in Bed_Mesh.md (#6572)Alessandro Maggi2024-04-201-4/+3
| | | Signed-off-by: Maggi Alessandro <maggialessandro360@gmail.com>
* docs: update BED_MESH_OFFSET descriptionEric Callahan2024-02-151-3/+11
| | | | | | Add the ZFADE parameter to the documentation. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* bed_mesh: Implement adaptive bed mesh (#6461)voidtrance2024-01-261-2/+58
| | | | | | | | | | | | | | | | | | | | Adaptive bed mesh allows the bed mesh algorithm to probe only the area of the bed that is being used by the current print. It uses [exclude_objects] to get a list of the printed objects and their area on the bed. It, then, modifies the bed mesh parameters so only the area used by the objects is measured. Adaptive bed mesh works on both cartesian and delta kinematics printers. On Delta printers, the algorithm, adjusts the origin point and radius in order to translate the area of the bed being probe. Signed-off-by: Mitko Haralanov <voidtrance@gmail.com> Signed-off-by: Kyle Hansen <kyleisah@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix typo in Bed_Mesh.md (#6450)marbocub2024-01-061-1/+1
| | | | | the meaning and the illustration shows 13x9 mesh however the text was 13x8. Signed-off-by: Mitsunori YOSHIDA <marbocub@gmail.com>
* docs: update Bed Mesh documentationEric Callahan2023-06-201-20/+47
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Update Bed_Mesh.md (#6143)jdonagher2023-04-241-1/+1
| | | | | Fix typo. Signed-off-by: John Donagher <jdonagher@gmail.com>
* docs: Remove comment about default profile loadingMaurice Breit2023-03-141-3/+1
| | | | | | Remove outdated comment that the "default" profile is loaded automatically when klipper starts Signed-off-by: Maurice Breit <github@mauricebreit.de>
* docs: Fix typos (#6032)Thijs Triemstra2023-02-201-9/+9
| | | Signed-off-by: Thijs Triemstra <info@collab.nl>
* docs: Fixed wording in 'Bed_Mesh.md', fade_target section. (#6025)Bassam Husain2023-02-031-2/+2
| | | Signed-off-by: Bassam Husain <bassam.husain@gmail.com>
* docs: note change to bed_mesh profile behaviorEric Callahan2023-02-011-0/+20
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-26/+26
| | | | | Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
* docs: Bed_Mesh.md Fix List Nesting and CommandsYifei Ding2021-11-221-6/+8
| | | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
* docs: Fix typo in Bed_Mesh.mdKevin O'Connor2021-09-271-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_mesh: Added PROFILE name option (#4522)Randell Hodges2021-08-171-4/+8
| | | | | | | Added optional PROFILE parameter to allow bed_mesh_calibrate to save the mesh directly into the provided profile name instead of default. If omitted, it will be stored in default. Signed-off-by: Randell L Hodges <rhodges@taxfodder.com>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-0/+2
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Add documentation for BED_MESH_OFFSETEric Callahan2021-06-081-0/+11
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: document bed mesh "faulty_regions"Arksine2021-04-101-0/+50
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: document additions to BED_MESH_CALIBRATEArksine2020-09-151-1/+24
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Update documentation to reflect bed_mesh changesArksine2020-01-091-0/+359
Also add new bed_mesh.md documentation. Signed-off-by: Eric Callahan <arksine.code@gmail.com>