Pārlūkot izejas kodu

Allow the sampled point to be added into the Least Squares Best Fit (#7289)

Without this...  The LSF won't work because none of the sampled points
in this code block get added.
Roxy-3D 8 gadus atpakaļ
vecāks
revīzija
37a6833d7e
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      Marlin/Marlin_main.cpp

+ 2
- 0
Marlin/Marlin_main.cpp Parādīt failu

@@ -4623,6 +4623,8 @@ void home_all_axes() { gcode_G28(true); }
4623 4623
           eqnAMatrix[abl_probe_index + 1 * abl2] = yProbe;
4624 4624
           eqnAMatrix[abl_probe_index + 2 * abl2] = 1;
4625 4625
 
4626
+          incremental_LSF(&lsf_results, xProbe, yProbe, measured_z);
4627
+
4626 4628
         #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
4627 4629
 
4628 4630
           z_values[xCount][yCount] = measured_z + zoffset;

Notiek ielāde…
Atcelt
Saglabāt