Cal1sto
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
Marlin/src/gcode/calibrate/G34_M422.cpp
|
@ -410,9 +410,9 @@ void GcodeSuite::G34() { |
|
|
SERIAL_ECHOLNPAIR_F("Accuracy: ", z_maxdiff); |
|
|
SERIAL_ECHOLNPAIR_F("Accuracy: ", z_maxdiff); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// Stow the probe, as the last call to probe.probe_at_point(...) left
|
|
|
// Stow the probe because the last call to probe.probe_at_point(...)
|
|
|
// the probe deployed if it was successful.
|
|
|
// leaves the probe deployed when it's successful.
|
|
|
probe.stow(); |
|
|
IF_DISABLED(TOUCH_MI_PROBE, probe.stow()); |
|
|
|
|
|
|
|
|
#if ENABLED(HOME_AFTER_G34) |
|
|
#if ENABLED(HOME_AFTER_G34) |
|
|
// After this operation the z position needs correction
|
|
|
// After this operation the z position needs correction
|
|
|