Checks if the emergency stop is active.
planetcnc.hw_estop()
#! /usr/bin/env python import planetcnc estop = planetcnc.hw_estop() print("Emergency Stop Active:", estop)