Add RACK_AND_PINION_PROBE (#12218)
This commit is contained in:
committed by
Scott Lahteine
parent
ad60f0691c
commit
3028a620af
@ -468,6 +468,10 @@ bool set_probe_deployed(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
|
||||
|
||||
#ifdef _TRIGGERED_WHEN_STOWED_TEST
|
||||
|
Reference in New Issue
Block a user