Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a refresh button to the file explorer #119

Open
chienMouille opened this issue Jul 19, 2024 · 0 comments
Open

Add a refresh button to the file explorer #119

chienMouille opened this issue Jul 19, 2024 · 0 comments

Comments

@chienMouille
Copy link

Hi,

I ran into an issue using a mounted remote folder to upload gcode files to the debian machine running my CNC:

It seems that debian doesn't update automatically folders content upon changes (new file upload, file delete, etc). The way to get around this in the debian's file explorer is to manually click on refresh or press the F5 shortcut, to request for folder update.

As Probe_basic doesn't have a refresh feature (as far as I see), the folder ends up being locked out of date.

Adding to the issue, when I try and go up a folder and back to reload it, the folder button doesn't do anything. I believe it is because it is actually trying to go up a folder on the server, rather than from the local mounting point (which it doesn't have permissions for).

In my use case, I managed to go around this by implementing a watch do that makes full copies or the remote folder's files upon changes. Local folders are instantly updated on changes in both the debian and Probe_basic file explorers.

I just thought a simple refresh button or shortcut would solve this issue very easily.

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant