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