You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just working through the spindle encoder functionality in H7 driver..
Is attempting to set on_spindle_programmed twice here a bug?
For me this results in both on_spindle_programmed & grbl.on_spindle_programmed pointing at onSpindleProgrammed(), which is just called recursively here until hard fault from stack corruption.
The text was updated successfully, but these errors were encountered:
Fixed regression affecting step injection, used when stepper spindle or plasma THC is enabled.
Removed code left over from copy/paste update. Ref. issue #20.
Just working through the spindle encoder functionality in H7 driver..
Is attempting to set on_spindle_programmed twice here a bug?
For me this results in both
on_spindle_programmed
&grbl.on_spindle_programmed
pointing atonSpindleProgrammed()
, which is just called recursively here until hard fault from stack corruption.The text was updated successfully, but these errors were encountered: