kcjengr / qtpyvcp

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

Load g code button change #139

Closed Connor9220 closed 5 months ago

Connor9220 commented 5 months ago

Modified loadSelectedFile in file_system.py so that it does the same thing as openSelectedItem instead of just loading g-code. This makes it possible to Relabel the"Load G-Code" Button to "Select Folder" when a folder has been selected. This makes the main file manager more touch screen friendly.

TurBoss commented 5 months ago

Thank you so much!