NONE on combined options

This commit is contained in:
Scott Lahteine
2019-07-05 18:20:15 -05:00
parent 67e0238c89
commit fe02241044
21 changed files with 37 additions and 37 deletions

View File

@ -319,7 +319,7 @@ float zprobe_zoffset; // Initialized by settings.load()
#endif
#if ENABLED(PROBING_STEPPERS_OFF)
disable_e_steppers();
#if DISABLED(DELTA, HOME_AFTER_DEACTIVATE)
#if NONE(DELTA, HOME_AFTER_DEACTIVATE)
disable_X(); disable_Y();
#endif
#endif