File management on /SD/

How are files on /SD/ deleted? I have uploaded several NC files and want to delete the old ones, which usually have errors in them.

1 Like

I asked the same question on the YouTube channel. The directions work for me.

From Anna:
Connect to maslow.local, go to the three-line menu in the top left, next to the Fluid NC button. You should see the files saved to the Maslow on the lower left in that menu, and you can delete them from there.

2 Likes

As ov v1.0.4 I can no longer delete the .nc files.

1 Like

Confirmed: I can’t delete files either.

1 Like

@md8n Any thoughts on what might be going on here?

I grabbed the latest main branch for a look over the weekend, I couldn’t see anything stand out at me.

The previous problem was caused by /join()ing parts of the URL for the delete command, which resulted in commas being inserted where they weren’t wanted (.join()s default behaviour). I fixed all of those that I found with .join("").

So, I went in looking for regressions of that change and found none. Didn’t have time to do more.

1 Like

I can confirm that I’m also seeing deleting files as not working anymore. No error messages in the console :confused: