🚸 Home Y before X on belt printers

This commit is contained in:
Scott Lahteine 2022-04-21 09:05:12 -05:00
parent bf38ef23e5
commit 741eb0c3e9

View file

@ -1058,6 +1058,10 @@
#undef USE_PROBE_FOR_Z_HOMING #undef USE_PROBE_FOR_Z_HOMING
#endif #endif
#if ENABLED(BELTPRINTER) && !defined(HOME_Y_BEFORE_X)
#define HOME_Y_BEFORE_X
#endif
#if Z_HOME_TO_MAX && DISABLED(Z_SAFE_HOMING) #if Z_HOME_TO_MAX && DISABLED(Z_SAFE_HOMING)
#define HOME_Z_FIRST // If homing away from BED do Z first #define HOME_Z_FIRST // If homing away from BED do Z first
#endif #endif