Browse Source

indexindexIntoAB is only vald for !DELTA

AnHardt 9 years ago
parent
commit
5707a2c3d5
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Marlin/Marlin_main.cpp

+ 3
- 2
Marlin/Marlin_main.cpp View File

2616
             eqnAMatrix[probePointCounter + 0 * abl2] = xProbe;
2616
             eqnAMatrix[probePointCounter + 0 * abl2] = xProbe;
2617
             eqnAMatrix[probePointCounter + 1 * abl2] = yProbe;
2617
             eqnAMatrix[probePointCounter + 1 * abl2] = yProbe;
2618
             eqnAMatrix[probePointCounter + 2 * abl2] = 1;
2618
             eqnAMatrix[probePointCounter + 2 * abl2] = 1;
2619
+            indexIntoAB[xCount][yCount] = probePointCounter;
2619
           #else
2620
           #else
2620
             bed_level[xCount][yCount] = measured_z + z_offset;
2621
             bed_level[xCount][yCount] = measured_z + z_offset;
2621
           #endif
2622
           #endif
2622
 
2623
 
2623
-          indexIntoAB[xCount][yCount] = probePointCounter++;
2624
-
2624
+          probePointCounter++;
2625
+  
2625
           idle();
2626
           idle();
2626
 
2627
 
2627
         } //xProbe
2628
         } //xProbe

Loading…
Cancel
Save