Checks if the controller is jogging.
planetcnc.hw_isjog()
#! /usr/bin/env python import planetcnc jogging = planetcnc.hw_isjog() print("Controller jogging:", jogging)