Tweak use of move_z_after_probing

This commit is contained in:
Scott Lahteine 2018-03-20 18:04:22 -05:00
parent e5fbbbc068
commit d9e1cbebea
3 changed files with 18 additions and 10 deletions

View file

@ -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();