aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Manual_Level.md
Commit message (Collapse)AuthorAgeFilesLines
* 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>