Start the machine.
This function verifies that the program is ready, that the controller is connected and of the correct version, and that the controller is not already running. If these conditions are met, it asynchronously executes the machine start command.
planetcnc.start()
#! /usr/bin/env python import planetcnc planetcnc.start()