MCPcopy Create free account
hub / github.com/bdring/FluidNC / protocol_reset

Function protocol_reset

FluidNC/src/Protocol.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73static SpindleStop spindle_stop_ovr;
74
75void protocol_reset() {
76 probing = false;
77 soft_limit = false;
78 rtSafetyDoor = false;
79 spindle_stop_ovr.value = 0;
80}
81
82static int32_t idleEndTime = 0;
83

Callers 1

protocol_do_soft_restartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected