Skip to content

Commit

Permalink
revert changes to ubl_motion.cpp, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed Apr 5, 2024
1 parent fb38470 commit ec368ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/feature/bedlevel/ubl/ubl_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

icell += ineg;

while (cnt.x || cnt.y) {
while (cnt) {

const float next_mesh_line_x = get_mesh_x(icell.x + iadd.x),
next_mesh_line_y = get_mesh_y(icell.y + iadd.y);
Expand Down

0 comments on commit ec368ca

Please sign in to comment.