diff --git a/plugins_init.h b/plugins_init.h index 62406f0..dca1d65 100644 --- a/plugins_init.h +++ b/plugins_init.h @@ -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