Browse Source

🚸 Home Y before X on belt printers

Scott Lahteine 2 years ago
parent
commit
741eb0c3e9
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/inc/Conditionals_LCD.h

+ 4
- 0
Marlin/src/inc/Conditionals_LCD.h View File

@@ -1058,6 +1058,10 @@
1058 1058
   #undef USE_PROBE_FOR_Z_HOMING
1059 1059
 #endif
1060 1060
 
1061
+#if ENABLED(BELTPRINTER) && !defined(HOME_Y_BEFORE_X)
1062
+  #define HOME_Y_BEFORE_X
1063
+#endif
1064
+
1061 1065
 #if Z_HOME_TO_MAX && DISABLED(Z_SAFE_HOMING)
1062 1066
   #define HOME_Z_FIRST // If homing away from BED do Z first
1063 1067
 #endif

Loading…
Cancel
Save