update from 2.0.x branch

This commit is contained in:
Sergey
2021-08-02 12:10:36 +03:00
parent 75290bdded
commit 80552d3f70
24 changed files with 467 additions and 1061 deletions

View File

@@ -568,7 +568,7 @@ G29_TYPE GcodeSuite::G29() {
// Probe at 3 arbitrary points
if (abl.abl_probe_index < abl.abl_points) {
abl.probePos = points[abl.abl_probe_index];
abl.probePos = xy_pos_t(points[abl.abl_probe_index]);
_manual_goto_xy(abl.probePos);
// Disable software endstops to allow manual adjustment
// If G29 is not completed, they will not be re-enabled