hw_idle()

Checks if the controller is idle (not performing any actions).

Syntax

planetcnc.hw_idle()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
idle = planetcnc.hw_idle()
print("Controller idle:", idle)

See also