hw_mist()

Returns the state of the mist coolant.

Indicates whether the mist coolant is active.

Syntax

planetcnc.hw_mist()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
mist_state = planetcnc.hw_mist()
print("Mist coolant state:", mist_state)

See also