We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8872a8 commit 79919cbCopy full SHA for 79919cb
Marlin/src/gcode/bedlevel/abl/G29.cpp
@@ -568,7 +568,7 @@ G29_TYPE GcodeSuite::G29() {
568
569
// Probe at 3 arbitrary points
570
if (abl.abl_probe_index < abl.abl_points) {
571
- abl.probePos = points[abl.abl_probe_index];
+ abl.probePos = xy_pos_t(points[abl.abl_probe_index]);
572
_manual_goto_xy(abl.probePos);
573
// Disable software endstops to allow manual adjustment
574
// If G29 is not completed, they will not be re-enabled
0 commit comments