From a1803e7ca91650cf6ee59d92f5fd004396444c6e Mon Sep 17 00:00:00 2001 From: Greg Cormier Date: Fri, 5 Jun 2026 09:01:53 -0400 Subject: [PATCH] interlock --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b29345..fe27c52 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ NOTE: A plugin needs to be supported by the processor specific driver - as a min * [Pneumaseal](https://github.com/gcormier/grblhal-pneumaseal/) - for spindles requiring air to keep the bearing clean, this plugin will intelligently let you control a solenoid based on various conditions to reduce air usage when not required. +* [Interlock](https://github.com/gcormier/grblhal-interlock/) - generic firmware interlock that inhibit spindle (M3/M4) and output (M62-M65) commands based on user defined states. + * [Thermistor](https://github.com/gcormier/grblhal-thermistor/) - can read temperature from thermistors, and has configurable fault temperatures for detecting overheat conditions. Note - requires the appropriate resistor dividers, supply, ADC inputs and code changes for your specific thermistor. Defaults are for a Jianken JGL-80 ATC spindle.