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>
This commit is contained in:
parent
7543876487
commit
0c9eb519ff
|
@ -11,9 +11,11 @@ limiting factor. If one is using Trinamic stepper motor drivers then
|
||||||
consider enabling [endstop phase](Endstop_Phase.md) detection to
|
consider enabling [endstop phase](Endstop_Phase.md) detection to
|
||||||
improve the accuracy of the switch.
|
improve the accuracy of the switch.
|
||||||
|
|
||||||
To perform a Z endstop calibration, home the printer, move the head to
|
To perform a Z endstop calibration, home the printer, command the head
|
||||||
a position near the center of the bed, navigate to the OctoPrint
|
to move to a Z position that is at least five millimeters above the
|
||||||
terminal tab, and run:
|
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
|
Z_ENDSTOP_CALIBRATE
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue