🐛 Home Z to Max after Z_SAFE_HOMING

This commit is contained in:
Scott Lahteine 2022-04-21 08:57:41 -05:00 committed by Scott Lahteine
parent ec447dba04
commit 421c38ff2e

View File

@ -994,7 +994,7 @@
#define HOME_Y_BEFORE_X
#endif
#if Z_HOME_TO_MAX
#if Z_HOME_TO_MAX && DISABLED(Z_SAFE_HOMING)
#define HOME_Z_FIRST // If homing away from BED do Z first
#endif