mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-18 05:45:33 -07:00
'G29 H' to set a centered square probe area (linear, bilinear) (#12242)
This commit is contained in:
parent
c1e8bd6add
commit
6fbc87301f
2 changed files with 18 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue