aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Manual_Level.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix typo in Manual_Level.md (#5161)Haxk202022-01-291-1/+1
| | | | | Just a small commit fixing a tiny typo i noticed. Signed-off-by: Martin Botka <martin.botka@somainline.org>
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-15/+15
| | | | | 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: Align ListsYifei Ding2021-11-191-4/+4
| | | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-4/+6
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* screws_tilt_adjust: Add DIRECTION parameter to SCREWS_TILT_CALCULATE (#4357)Matthew Lloyd2021-06-221-5/+15
| | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.Johannes Stuettgen2021-04-281-0/+7
| | | | | | | This is useful when a saved bed mesh is used to ensure that the bed level has not drifted too far from where it was when the mesh was created. Signed-off-by: Johannes Stuettgen <johannes.stuettgen@gmail.com>
* docs: Note PROBE_CALIBRATE results invalidated on motion system updateKevin O'Connor2020-10-201-0/+6
| | | | | | | | Any hardware change to the hotend or probe, change to the kinematics, or change to the bed tilt is likely to invalidate the results of PROBE_CALIBRATE. Try to warn the user of that. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note screws_tilt_adjust nozzle/probe coordinates in Manual_Level.mdKevin O'Connor2020-10-171-2/+2
| | | | | | | The screws_tilt_adjust takes nozzle coordinates, but the goal is for the Z probe to be above the screws. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Manual_Level.md Z_ENDSTOP_CALIBRATE instructionsKevin O'Connor2020-03-221-3/+5
| | | | | | The endstop must not be triggered at the start of Z_ENDSTOP_CALIBRATE. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Minor wording changes to Manual_level.mdKevin O'Connor2019-10-161-13/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Manual_Level.md with recent config changesKevin O'Connor2019-10-161-6/+0
| | | | | | | | | | The sample count and associated settings are no longer in the screws_tilt_adjust config section - they are now in the probe config section. Remove them from the guide. Reported by @theopensourcerer. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Try to be more clear that the "paper test" steps need to be runKevin O'Connor2019-05-241-3/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-081-0/+54
| | | Signed-off-by: Rui Caridade <rui.mcbc@gmail.com>
* docs: Add a Manual_Probe.md documentKevin O'Connor2019-02-241-0/+135
Add information on calibrating the bed on traditional printers with a Z endstop and bed screws. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>