kcjengr / qtpyvcp

QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
https://www.qtpyvcp.com
Other
88 stars 48 forks source link

Fix race condition bug on manual tool change dialog #124

Closed iromero91 closed 1 year ago

iromero91 commented 1 year ago

Do not close dialog until changed hal pin is de-asserted. Use a polling timer to ensure consistent state.

TurBoss commented 1 year ago

Thank you!