Skip to content

Commit

Permalink
Followup to UBL Hilbert
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 29, 2021
1 parent dca4c29 commit d924ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ void unified_bed_leveling::shift_mesh_height() {

best = do_furthest ? find_furthest_invalid_mesh_point()
: TERN(UBL_HILBERT_CURVE,
next_point_in_grid(),
find_next_mesh_point(),
find_closest_mesh_point_of_type(INVALID, nearby, true)
);

Expand Down

0 comments on commit d924ade

Please sign in to comment.