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

[BUG] Filenames of files downloaded via PrusaLink are truncated to 8.3 characters #4476

Open
neuron-whisperer opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
bug Something isn't working. good first issue Good first issue for new developers. prusalink PrusaLink related

Comments

@neuron-whisperer
Copy link

Printer model

MK4S

Firmware version

6.2.0

Upgrades and modifications

None

Printing from...

PrusaLink

Describe the bug

This one is really simple. If you have a model with a filename like:

My_Axolotl_Model.bgcode

...and you upload it to PrusaLink, it appears with that filename. But if you download it, PrusaLink sends it with the filename:

MYAXOL~1.BGC

...which, of course, is the 8.3-character truncated filename for older file systems like FAT16.

There's no reason why PrusaLink can't send the file with its full and original filename, which is obviously retained after uploading because it appears correctly in the PrusaLink file store for the printer.

How to reproduce

Upload a file with a filename that exceeds the 8.3 format. Download the same file and observe its filename.

Expected behavior

The file should be transmitted by PrusaLink with its full and original filename.

Files

No response

@neuron-whisperer neuron-whisperer added the bug Something isn't working. label Feb 13, 2025
@danopernis danopernis self-assigned this Feb 13, 2025
@danopernis danopernis added good first issue Good first issue for new developers. prusalink PrusaLink related labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. good first issue Good first issue for new developers. prusalink PrusaLink related
Projects
None yet
Development

No branches or pull requests

2 participants