Scott Lahteine 7 years ago
parent
commit
7bdb98c946
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 1
- 1
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp View File

@@ -1668,7 +1668,7 @@
1668 1668
             }
1669 1669
           #endif
1670 1670
 
1671
-          z_values[i][j] += z_tmp - lsf_results.D;
1671
+          z_values[i][j] = z_tmp - lsf_results.D;
1672 1672
         }
1673 1673
       }
1674 1674
 

Loading…
Cancel
Save