kcjengr / qtpyvcp

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

Add support for air blast, vacuum & both for M7 & M8. #140

Closed Connor9220 closed 5 months ago

Connor9220 commented 5 months ago

For conversational operations, base_op.py compares the text values from the pulldown to know if to use M7 or M8. As a result, if you call them something else such as air blast, vacuum, or if you want to toggle both, then it wouldn't work. Added these options in. Not sure if it's possible to do this a different way so that other people can change the values, I.E. instead of vacuum, they could use dust hood or something.

TurBoss commented 5 months ago

Thank you