Skip to content
Scott Lahteine edited this page Mar 23, 2016 · 2 revisions

DO NOT EDIT THIS PAGE. The wiki is being ported to a new documentation system.
Please see Issue #3088 "New Documentation" for more information.

Table of Contents

Description

Measure Z Probe repeatability and print to serial output.

Example

 M48 P4 X100 Y100 V2 E L2

Arguments

 P<int>   Number of sampled points (4-50, default 10)
 X<float> Sample X position (current X if omitted)
 Y<float> Sample Y position (current Y if omitted)
 V<int>   Verbose level. Values 0-4 are allowed, default = 1
 E        Engage probe for each reading if this parameter is included at all
 L<int>   Legs of movement for each probe (0-15)

Discussion

This procedure tests the repeatability of your Z probe by doing multiple probes at the same position and comparing them. A good Z probe will read the same each time.

Notes

As with `G29`, the `E` flag causes the probe to stow after each probe.

Clone this wiki locally