aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Probe_Calibrate.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Reorganize layout of G-Codes.mdKevin O'Connor2022-02-011-6/+6
| | | | | | | Break listing up by module name. Provide links to "extended" commands. Sort reference by module name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-1/+1
| | | | | 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 : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-5/+7
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* stepper: Calculate step_distance from rotation_distanceKevin O'Connor2020-12-181-5/+6
| | | | | | | | Add support for automatically calculating the internal step_distance from new config parameters - rotation_distance, microsteps, full_steps_per_rotation, and gear_ratio. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-3/+2
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note PROBE_CALIBRATE results invalidated on motion system updateKevin O'Connor2020-10-201-0/+15
| | | | | | | | 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: Minor formatting change to Probe_Calibrate.mdKevin O'Connor2020-10-171-15/+16
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* probe: Add range to probe accuracy results (#2015)Julien Lirochon2019-09-291-11/+12
| | | Signed-off-by: Julien Lirochon <julien@lirochon.net>
* docs: Update Probe_Calibrate.md with information on common probe errorsKevin O'Connor2019-06-061-4/+121
| | | | | | | Add a section describing PROBE_ACCURACY, describing probe location bias, and describing probe temperature bias. 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-10/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Bed_Level.md and Probe_Calibrate.md documentsKevin O'Connor2019-02-121-0/+66
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>