Option to force X or Y to home first when homing the other axis

This commit is contained in:
Scott Lahteine 2018-02-18 01:06:57 -06:00
parent d413781b98
commit 2e5a6243df
4 changed files with 35 additions and 9 deletions

View file

@ -362,6 +362,9 @@
// When G28 is called, this option will make Y home before X
//#define HOME_Y_BEFORE_X
// Enable this if X or Y can't home without homing the other axis first.
//#define CODEPENDENT_XY_HOMING
// @section machine
#define AXIS_RELATIVE_MODES {false, false, false, false}