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;