| m0851 |
XYZ Probe Offset |
Set the Z probe XYZ offset from nozzle |
thinkyhead |
HAS_BED_PROBE |
none |
|
| The default (factory) values are set by |
| - (version 1.x)
- `X_PROBE_OFFSET_FROM_EXTRUDER`
- `Y_PROBE_OFFSET_FROM_EXTRUDER`
- `Z_PROBE_OFFSET_FROM_EXTRUDER`
- (version 2.x)
- `NOZZLE_TO_PROBE_OFFSET`
and are integer values.
Positions:
X offset: -left +right [of the nozzle]
Y offset: -front +behind [the nozzle]
Z offset: -below +above [the nozzle]
```
+-- BACK ---+
| |
L | (+) P | R <-- probe (20,20)
E | | I
F | (-) N (+) | G <-- nozzle (10,10)
T | | H
| (-) | T
| |
O-- FRONT --+
(0,0)
```
|
|
| tag |
optional |
description |
values |
| X |
true |
Z probe X offset |
|
|
| tag |
optional |
description |
values |
| Y |
true |
Z probe Y offset |
|
|
| tag |
optional |
description |
values |
| Z |
true |
Z probe Z offset |
|
|
|
| pre |
code |
| Set a reasonable offset for an inductive probe |
M851 Z-2.0 |
|
| pre |
code |
| A probe that is triggered by the nozzle itself |
M851 Z1.2 |
|
| pre |
code |
| Set the XY distance (probe left front of nozzle) |
M851 X-1.70 Y-1.30 |
|
| pre |
code |
| Set the XY distance (probe right back of nozzle) |
M851 X0.20 Y.40 |
|
|