Returns the current work position.
Retrieves the work position as a tuple of 9 elements.
planetcnc.hw_work()
#! /usr/bin/env python import planetcnc work_pos = planetcnc.hw_work() print("Work position:", work_pos)