mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-17 05:15:32 -07:00
Add PROBING_STEPPERS_OFF (#11984)
Co-Authored-By: houseofbugs <houseofbugs@gmail.com>
This commit is contained in:
parent
0e5bcdf695
commit
e3f7b69105
77 changed files with 86 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue