kcjengr / qtpyvcp

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

Enhance: Make conversational drop the files in the selected directory from the file manager. #137

Open Connor9220 opened 5 months ago

Connor9220 commented 5 months ago

In my implementation, multiple people will be using the machine. Each user will have their own directory under the root. Would be nice if conversational would save the files under the selected directory instead of dumping them into the root.

ops/gcode_file.py write_to_file is probably where we need to look.