Browse Source

🚸 Home Y before X on belt printers

FB4S_WIFI
Scott Lahteine 2 years ago
committed by Scott Lahteine
parent
commit
ec447dba04
  1. 4
      Marlin/src/inc/Conditionals_LCD.h

4
Marlin/src/inc/Conditionals_LCD.h

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

Loading…
Cancel
Save