We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6646fd0 commit 0fdb50cCopy full SHA for 0fdb50c
Marlin/Marlin_main.cpp
@@ -2341,8 +2341,9 @@ static void clean_up_after_endstop_or_probe_move() {
2341
// Do a first probe at the fast speed
2342
if (do_probe_move(-10, Z_PROBE_SPEED_FAST)) return NAN;
2343
2344
+ float first_probe_z = current_position[Z_AXIS];
2345
+
2346
#if ENABLED(DEBUG_LEVELING_FEATURE)
- float first_probe_z = current_position[Z_AXIS];
2347
if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPAIR("1st Probe Z:", first_probe_z);
2348
#endif
2349
0 commit comments