forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Measure Z Probe repeatability and print to serial output.
M48 P4 X100 Y100 V2 E L2
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)
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.
As with `G29`, the `E` flag causes the probe to stow after each probe.
Welcome to Marlin
Setting Up Marlin
Features
Configuring Marlin
Reference
GCode in Marlin
Join the Marlin Project
Contributing to Marlin
Coding Standards
Marlin or MarlinDev?
Marlin Branches
Marlin 1.2 Development
Compiling-MarlinDEV-master