We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_estop_bindOk
qtpyvcp/src/qtpyvcp/actions/machine_actions.py
Line 78 in 57f5c79
I think the above should be
widget.setChecked(STAT.task_state == linuxcnc.STATE_ESTOP)
The text was updated successfully, but these errors were encountered:
oh http://linuxcnc.org/docs/2.9/html/config/python-interface.html
estop (returns integer) - Returns either STATE_ESTOP or not.
hmm maybe its is_active that should be changed,
// types for EMC_TASK state enum EMC_TASK_STATE_ENUM { EMC_TASK_STATE_ESTOP = 1, EMC_TASK_STATE_ESTOP_RESET = 2, EMC_TASK_STATE_OFF = 3, EMC_TASK_STATE_ON = 4 };
Sorry, something went wrong.
No branches or pull requests
_estop_bindOk
qtpyvcp/src/qtpyvcp/actions/machine_actions.py
Line 78 in 57f5c79
I think the above should be
The text was updated successfully, but these errors were encountered: