mirror of
https://github.com/grblHAL/core.git
synced 2026-08-17 08:31:43 +08:00
@@ -253,6 +253,16 @@
|
||||
keyway_init();
|
||||
#endif
|
||||
|
||||
#if PNEUMASEAL_ENABLE
|
||||
extern void pneumaseal_init (void);
|
||||
pneumaseal_init();
|
||||
#endif
|
||||
|
||||
#if THERMISTOR_ENABLE
|
||||
extern void thermistor_init (void);
|
||||
thermistor_init();
|
||||
#endif
|
||||
|
||||
// End third party plugin definitions.
|
||||
|
||||
#if ODOMETER_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user