Option to force X or Y to home first when homing the other axis
This commit is contained in:
parent
d413781b98
commit
2e5a6243df
4 changed files with 35 additions and 9 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue