Browse Source

Followup to UBL Hilbert

Scott Lahteine 3 years ago
parent
commit
dd92c8e927
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

@@ -759,7 +759,7 @@ void unified_bed_leveling::shift_mesh_height() {
759 759
 
760 760
       best = do_furthest  ? find_furthest_invalid_mesh_point()
761 761
                           : TERN(UBL_HILBERT_CURVE,
762
-                              next_point_in_grid(),
762
+                              find_next_mesh_point(),
763 763
                               find_closest_mesh_point_of_type(INVALID, nearby, true)
764 764
                             );
765 765
 

Loading…
Cancel
Save