'G29 H' to set a centered square probe area (linear, bilinear) (#12242)

This commit is contained in:
MasterPIC
2018-10-28 02:30:21 +01:00
committed by Scott Lahteine
parent c1e8bd6add
commit 6fbc87301f
2 changed files with 18 additions and 5 deletions

View File

@ -401,7 +401,7 @@ FORCE_INLINE void probe_specific_action(const bool deploy) {
deploy ? run_deploy_moves_script() : run_stow_moves_script();
#elif ENABLED(RACK_AND_PINION_PROBE)
do_blocking_move_to_x(deploy ? Z_PROBE_DEPLOY_X : Z_PROBE_RETRACT_X);
#endif