mirror of
https://github.com/grblHAL/core.git
synced 2026-03-23 11:32:44 +08:00
Added optional spindle select event to core events, for dual spindle enabled configurations (VFD + PWM spindle).
Attempted fix for weird issue with VFD spindle when spindle at speed tolerance is set > 0 with $340.
This commit is contained in:
@@ -188,6 +188,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef DUAL_SPINDLE
|
||||
#define DUAL_SPINDLE 0
|
||||
#endif
|
||||
|
||||
#ifndef QEI_ENABLE
|
||||
#define QEI_ENABLE 0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user