sw_version()

Returns the software version of the controller.

Syntax

planetcnc.sw_version()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
version = planetcnc.sw_version()
print("Software version:", version)

See also