Returns the state of the flood coolant.
Indicates whether the flood coolant is active.
planetcnc.hw_flood()
#! /usr/bin/env python import planetcnc result = planetcnc.hw_flood() print("Flood coolant state:", result)