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