Checks if the controller is stopped.
planetcnc.hw_stop()
#! /usr/bin/env python import planetcnc stop_active = planetcnc.hw_stop() print("Stop active:", stop_active)