Add RACK_AND_PINION_PROBE (#12218)

This commit is contained in:
Chris Rigter
2018-10-27 08:47:38 +11:00
committed by Scott Lahteine
parent ad60f0691c
commit 3028a620af
81 changed files with 557 additions and 2 deletions

View File

@ -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