stop()

Stop the machine.

This function invokes the command to stop the machine. It does not require any arguments.

Syntax

planetcnc.stop()

Parameters

Parameter Type Description
None

Return Value

Examples

#! /usr/bin/env python 
 
import planetcnc
 
planetcnc.stop()

See also

estop
stop
pause
start
output
output_pwm
output_rc
open
close