Browse Source

Stow Probe at end of G29 J3

Roxy-3D 6 years ago
parent
commit
21f13f9e57
No account linked to committer's email address
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 5
- 2
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp View File

@@ -1610,14 +1610,17 @@
1610 1610
                   SERIAL_EOL();
1611 1611
                 }
1612 1612
               #endif
1613
-
1613
+              if (g29_verbose_level > 3) {
1614
+                serial_spaces(16);
1615
+                SERIAL_ECHOLNPAIR("Corrected_Z=", measured_z);
1616
+              }
1614 1617
               incremental_LSF(&lsf_results, rx, ry, measured_z);
1615 1618
             }
1616 1619
           }
1617 1620
 
1618 1621
           zig_zag ^= true;
1619 1622
         }
1620
-
1623
+        STOW_PROBE();
1621 1624
       }
1622 1625
 
1623 1626
       if (abort_flag || finish_incremental_LSF(&lsf_results)) {

Loading…
Cancel
Save