Browse Source

✏️ Remove extra G29 line

Followup to 85a62bbf
Scott Lahteine 3 years ago
parent
commit
696ae3cc14
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/src/gcode/bedlevel/abl/G29.cpp

+ 0
- 2
Marlin/src/gcode/bedlevel/abl/G29.cpp View File

657
 
657
 
658
       bool zig = PR_OUTER_SIZE & 1;  // Always end at RIGHT and BACK_PROBE_BED_POSITION
658
       bool zig = PR_OUTER_SIZE & 1;  // Always end at RIGHT and BACK_PROBE_BED_POSITION
659
 
659
 
660
-      abl.measured_z = 0;
661
-
662
       // Outer loop is X with PROBE_Y_FIRST enabled
660
       // Outer loop is X with PROBE_Y_FIRST enabled
663
       // Outer loop is Y with PROBE_Y_FIRST disabled
661
       // Outer loop is Y with PROBE_Y_FIRST disabled
664
       for (PR_OUTER_VAR = 0; PR_OUTER_VAR < PR_OUTER_SIZE && !isnan(abl.measured_z); PR_OUTER_VAR++) {
662
       for (PR_OUTER_VAR = 0; PR_OUTER_VAR < PR_OUTER_SIZE && !isnan(abl.measured_z); PR_OUTER_VAR++) {

Loading…
Cancel
Save