G26 - Mesh Validation Pattern
Description
G26 Mesh Validation Pattern is designed to be used in conjunction with mesh-based leveling to test the accuracy of the probed mesh.
The G26 command prints a single-layer pattern over the entire print bed, giving a clear indication of how accurately every mesh point is defined. G26 can be used to determine which areas of the mesh are less-than-perfect and how much to adjust each mesh point.
Notes
- Before 1.1.6 requires
UBL_G26_MESH_VALIDATIONandAUTO_BED_LEVELING_UBL. - Since 1.1.7 requires
G26_MESH_VALIDATIONandHAS_MESH(AUTO_BED_LEVELING_UBL,MESH_BED_LEVELING, orAUTO_BED_LEVELING_BILINEAR).
Parameters
G26
[B<temp>]
[C<bool>]
[D<bool>]
[F<linear>]
[H<linear>]
[K<bool>]
[L<linear>]
[O<linear>]
[P<linear>]
[Q<float>]
[R<int>]
[S<float>]
[U<linear>]
[X<linear>]
[Y<linear>]
[B<temp>]
|
Bed temperature (otherwise 60°C) to use for the test print. |
[C<bool>]
|
Continue with the closest point (otherwise, don’t) |
[D<bool>]
|
Disable leveling compensation (otherwise, enable) |
[F<linear>]
|
Filament diameter (otherwise 1.75mm) |
[H<linear>]
|
Hot end temperature (otherwise 205°C) to use for the test print. |
[K<bool>]
|
Keep heaters on when done |
[L<linear>]
|
Layer height to use for the test |
[O<linear>]
|
Ooze amount (otherwise 0.3mm). Emitted at the start of the test. |
[P<linear>]
|
Prime Length |
[Q<float>]
|
Retraction multiplier (otherwise 1.0) |
[R<int>]
|
Number of |
[S<float>]
|
Nozzle size (otherwise 0.4mm) |
[U<linear>]
|
Random deviation. ( |
[X<linear>]
|
X position (otherwise, current X position) |
[Y<linear>]
|
Y position (otherwise, current Y position) |