Add PROBING_STEPPERS_OFF (#11984)

Co-Authored-By: houseofbugs <houseofbugs@gmail.com>
This commit is contained in:
Scott Lahteine
2018-10-02 05:13:58 -05:00
committed by GitHub
parent 0e5bcdf695
commit e3f7b69105
77 changed files with 86 additions and 18 deletions

View File

@ -292,6 +292,12 @@ float zprobe_zoffset; // Initialized by settings.load()
#if ENABLED(PROBING_FANS_OFF)
fans_pause(p);
#endif
#if ENABLED(PROBING_STEPPERS_OFF)
disable_e_steppers();
#if DISABLED(DELTA)
disable_X(); disable_Y();
#endif
#endif
if (p) safe_delay(
#if DELAY_BEFORE_PROBING > 25
DELAY_BEFORE_PROBING