'G29 H' to set a centered square probe area (linear, bilinear) (#12242)
This commit is contained in:
committed by
Scott Lahteine
parent
c1e8bd6add
commit
6fbc87301f
@ -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
|
||||
|
Reference in New Issue
Block a user