Browse Source

Followup to UBL Hilbert

Scott Lahteine 4 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
 
759
 
760
       best = do_furthest  ? find_furthest_invalid_mesh_point()
760
       best = do_furthest  ? find_furthest_invalid_mesh_point()
761
                           : TERN(UBL_HILBERT_CURVE,
761
                           : TERN(UBL_HILBERT_CURVE,
762
-                              next_point_in_grid(),
762
+                              find_next_mesh_point(),
763
                               find_closest_mesh_point_of_type(INVALID, nearby, true)
763
                               find_closest_mesh_point_of_type(INVALID, nearby, true)
764
                             );
764
                             );
765
 
765
 

Loading…
Cancel
Save