Carvera-Community / Carvera_Controller

Community developed version of the Carvera Controller
GNU General Public License v2.0
3 stars 1 forks source link

Write temp files to a temp directory #12

Closed SergeBakharev closed 2 weeks ago

SergeBakharev commented 2 weeks ago

There are a lot of file operations which store files next to the executable. This is unnecessary and causes permission and pathing issues. Instead the files should be stored in the OS's temp directory.

Given the number of files that are stored in this fashion, we should just create a temp directory on run and delete it when as part of the app termination

SergeBakharev commented 2 weeks ago

controller default file location

SergeBakharev commented 1 week ago

This bug report is related https://github.com/MakeraInc/CarveraController/issues/12