mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-07 05:53:56 -06:00
parent
ad3b95c8ea
commit
21f5ca6ad4
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,7 @@
|
||||||
const float rawx = mesh_index_to_xpos(location.x_index),
|
const float rawx = mesh_index_to_xpos(location.x_index),
|
||||||
rawy = mesh_index_to_ypos(location.y_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
|
do_blocking_move_to(rawx, rawy, Z_CLEARANCE_BETWEEN_PROBES); // Move the nozzle to the edit point with probe clearance
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue