Browse Source

✏️ Remove extra G29 line

Followup to 85a62bbf
FB4S_WIFI
Scott Lahteine 2 years ago
committed by Scott Lahteine
parent
commit
70ea0e7c34
  1. 2
      Marlin/src/gcode/bedlevel/abl/G29.cpp

2
Marlin/src/gcode/bedlevel/abl/G29.cpp

@ -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++) {

Loading…
Cancel
Save