class documentation

class BacklashCompensation(enum.Enum): (source)

View In Hierarchy

The axes to apply backlash compensation to.

This will perform a correction step - if necessary - on every chosen axis, even if that axis position isn't set to move in the calling movement

  • MOVEMENT_AXES - Only the axes that are moving.
  • ALL_AXES - All axes
  • XY_ONLY - Only the x and y axes.
  • Z_ONLY - The z-axis only.
Constant ALL_AXES Undocumented
Constant MOVEMENT_AXES Undocumented
Constant XY_ONLY Undocumented
Constant Z_ONLY Undocumented
ALL_AXES = (source)

Undocumented

Value
enum.auto()
MOVEMENT_AXES = (source)

Undocumented

Value
enum.auto()

Undocumented

Value
enum.auto()

Undocumented

Value
enum.auto()