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
This gets complicated when more than one spindle (not counting spindles that are not spinning) is configured and not all are at speed capable since the value is used as the timeout for at speed capable spindles. I guess a new setting for the timeout is required.
I think that on lines 2010 and lines 2023 that the bang should not be prefixed on the call to spindle_get_caps:
core/settings.c
Line 2010 in 9a060d7
core/settings.c
Line 2023 in 9a060d7
I think they should be
available = hal.signals_cap.safety_door_ajar && spindle_get_count() && spindle_get_caps(true).at_speed;
Otherwise the spindles with speed feedback all return false on this check.
The text was updated successfully, but these errors were encountered: