Roxy-3D
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
2 deletions
-
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp
|
@ -1610,14 +1610,17 @@ |
|
|
SERIAL_EOL(); |
|
|
SERIAL_EOL(); |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
if (g29_verbose_level > 3) { |
|
|
|
|
|
serial_spaces(16); |
|
|
|
|
|
SERIAL_ECHOLNPAIR("Corrected_Z=", measured_z); |
|
|
|
|
|
} |
|
|
incremental_LSF(&lsf_results, rx, ry, measured_z); |
|
|
incremental_LSF(&lsf_results, rx, ry, measured_z); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
zig_zag ^= true; |
|
|
zig_zag ^= true; |
|
|
} |
|
|
} |
|
|
|
|
|
STOW_PROBE(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (abort_flag || finish_incremental_LSF(&lsf_results)) { |
|
|
if (abort_flag || finish_incremental_LSF(&lsf_results)) { |
|
|