diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-03-22 11:18:31 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-03-22 11:18:31 -0400 |
commit | 0c9eb519fff94ce6928d04fa56e507f38e140aff (patch) | |
tree | 9d549965e6f88e3db0cf2ec2c02afabd1d64e9c5 | |
parent | 7543876487d5949854a3cb52a26e3a894356f3ac (diff) | |
download | kutter-0c9eb519fff94ce6928d04fa56e507f38e140aff.tar.gz kutter-0c9eb519fff94ce6928d04fa56e507f38e140aff.tar.xz kutter-0c9eb519fff94ce6928d04fa56e507f38e140aff.zip |
docs: Update Manual_Level.md Z_ENDSTOP_CALIBRATE instructions
The endstop must not be triggered at the start of Z_ENDSTOP_CALIBRATE.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Manual_Level.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Manual_Level.md b/docs/Manual_Level.md index 15ce898f..bae30f7a 100644 --- a/docs/Manual_Level.md +++ b/docs/Manual_Level.md @@ -11,9 +11,11 @@ limiting factor. If one is using Trinamic stepper motor drivers then consider enabling [endstop phase](Endstop_Phase.md) detection to improve the accuracy of the switch. -To perform a Z endstop calibration, home the printer, move the head to -a position near the center of the bed, navigate to the OctoPrint -terminal tab, and run: +To perform a Z endstop calibration, home the printer, command the head +to move to a Z position that is at least five millimeters above the +bed (if it is not already), command the head to move to an XY position +near the center of the bed, then navigate to the OctoPrint terminal +tab and run: ``` Z_ENDSTOP_CALIBRATE ``` |