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