You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
MOVE_HOME
This is an enumeration constant that is related to the coordinate system to be referenced when homing. It is defined as follows.
Rank |
Constant Name |
Description |
|---|---|---|
0 |
MOVE_HOME_MECHANIC |
Mechanical home position [0, 0, 0, 0, 0, 0] |
1 |
MOVE_HOME_USER |
User home position (custom) |
Defined in: DRFC.h
typedef enum {
MOVE_HOME_MECHANIC,
MOVE_HOME_USER
} MOVE_HOME;