Skip to content

Commit

Permalink
Revert potentially-not-redundant UBL test
Browse files Browse the repository at this point in the history
Response to #10435
  • Loading branch information
thinkyhead committed Apr 24, 2018
1 parent ad3b95c commit 21f5ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/ubl_G29.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@
const float rawx = mesh_index_to_xpos(location.x_index),
rawy = mesh_index_to_ypos(location.y_index);

//if (!position_is_reachable(rawx, rawy)) break; // SHOULD NOT OCCUR because find_closest_mesh_point_of_type will only return reachable
if (!position_is_reachable(rawx, rawy)) break; // SHOULD NOT OCCUR because find_closest_mesh_point_of_type will only return reachable

do_blocking_move_to(rawx, rawy, Z_CLEARANCE_BETWEEN_PROBES); // Move the nozzle to the edit point with probe clearance

Expand Down

0 comments on commit 21f5ca6

Please sign in to comment.