Add PROBING_STEPPERS_OFF (#11984)
Co-Authored-By: houseofbugs <houseofbugs@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user