| m0422 |
Set Z Motor XY |
Set a Z motor position for G34 Auto-Alignment |
shitcreek |
thinkyhead |
Z_STEPPER_AUTO_ALIGN |
2.0.4 |
true |
calibration |
|
|
| See [`G34`](/docs/gcode/G034-zsaa.html) for further details about Z-Stepper automatic alignment. |
| Requires `Z_STEPPER_AUTO_ALIGN`. |
| `M422 W` requires `Z_STEPPER_ALIGN_STEPPER_XY`. |
|
| tag |
optional |
description |
values |
| R |
true |
Reset alignment and known points to the defaults. This will also be done by [`M502`](/docs/gcode/M502.html). |
|
|
| tag |
optional |
description |
values |
| S |
true |
One-based index of a Z-Stepper whose probing-point will be set. |
|
|
| tag |
optional |
requires |
description |
values |
| W |
true |
Z_STEPPER_ALIGN_STEPPER_XY |
One-based index of a Z-Stepper whose known position will be set. |
|
|
| tag |
optional |
description |
values |
| X |
true |
X position |
|
|
| tag |
optional |
description |
values |
| Y |
true |
Y position |
|
|
|
|
| pre |
code |
| Set a probe position for aligning the first Z stepper |
|
|
| pre |
code |
| Set a known position for the second Z stepper |
|
|
|