mirror of
https://github.com/grblHAL/core.git
synced 2026-08-17 08:31:43 +08:00
add spindle interlock plugin
This commit is contained in:
@@ -263,6 +263,11 @@
|
||||
thermistor_init();
|
||||
#endif
|
||||
|
||||
#if SPINDLE_INTERLOCK_ENABLE
|
||||
extern void spindle_interlock_init (void);
|
||||
spindle_interlock_init();
|
||||
#endif
|
||||
|
||||
// End third party plugin definitions.
|
||||
|
||||
#if ODOMETER_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user