✏️ Remove extra G29 line

Followup to 85a62bbf
This commit is contained in:
Scott Lahteine 2022-04-18 16:41:16 -05:00 committed by Scott Lahteine
parent a81fd009f0
commit 70ea0e7c34

View File

@ -624,8 +624,6 @@ G29_TYPE GcodeSuite::G29() {
bool zig = PR_OUTER_SIZE & 1; // Always end at RIGHT and BACK_PROBE_BED_POSITION
abl.measured_z = 0;
// Outer loop is X with PROBE_Y_FIRST enabled
// Outer loop is Y with PROBE_Y_FIRST disabled
for (PR_OUTER_VAR = 0; PR_OUTER_VAR < PR_OUTER_SIZE && !isnan(abl.measured_z); PR_OUTER_VAR++) {