Returns the current motor position.
Returns a tuple with 9 elements.
Elements represent: x, y, z, a, b, c, u, v, w.
planetcnc.hw_motor()
#! /usr/bin/env python import planetcnc position = planetcnc.hw_motor() print("Motor position:", position)