Checks if the controller is idle (not performing any actions).
planetcnc.hw_idle()
#! /usr/bin/env python import planetcnc idle = planetcnc.hw_idle() print("Controller idle:", idle)