Tweak use of move_z_after_probing
This commit is contained in:
parent
e5fbbbc068
commit
d9e1cbebea
3 changed files with 18 additions and 10 deletions
|
|
@ -752,7 +752,10 @@
|
|||
} while (location.x_index >= 0 && --max_iterations);
|
||||
|
||||
STOW_PROBE();
|
||||
move_z_after_probing();
|
||||
|
||||
#if Z_AFTER_PROBING
|
||||
move_z_after_probing();
|
||||
#endif
|
||||
|
||||
restore_ubl_active_state_and_leave();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue