mirror of
https://github.com/grblHAL/core.git
synced 2026-02-06 00:52:35 +08:00
Changed spindle handling to allow dynamic spindle registration and support for multiple spindles selectable at run-time.
See the changelog for more info.
This commit is contained in:
@@ -34,9 +34,11 @@
|
||||
#endif
|
||||
|
||||
#if VFD_ENABLE
|
||||
extern void vfd_init (void);
|
||||
vfd_init();
|
||||
#if DUAL_SPINDLE
|
||||
#if VFD_ENABLE == 1 || VFD_ENABLE == 2 || VFD_ENABLE == -1
|
||||
extern void vfd_huanyang_init (void);
|
||||
vfd_huanyang_init();
|
||||
#endif
|
||||
#if N_SPINDLE > 1
|
||||
extern void spindle_select_init(void);
|
||||
spindle_select_init();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user