hw_flood()

Returns the state of the flood coolant.

Indicates whether the flood coolant is active.

Syntax

planetcnc.hw_flood()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
result = planetcnc.hw_flood()
print("Flood coolant state:", result)

See also