-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
[FEATURE REQUEST] Support for long file name in files pannel in 3.0 #221
Comments
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
Is that working properly now ? before I get ???? most of the time instead of longname |
this is my last check : #183 |
I can confirm that with Marlin 2.0.9.3 it works.
|
does space in long name are supported ? I see you use underscore only |
Also spaces are supported. >>> M20 L
SENDING:M20 L
Begin file list
CA0211~1.GCO 1248145 Calibration Retraction Pyramid Multiple.gcode
CA4FEF~1.GCO 1847167 Calibration Jerk.gcode
End file list
ok P0 B0 |
@bg-master I am testing the M20 L
files in sub folder are listed but cannot be printed - is that normal ? |
After more test
=> need to use short path for commands 2 - utF8 files cannot be printed in long name
=> cannot use UTF name even the option is enabled 3 - long file name can be printed if on root if not UTF8 4 - utf8 long file name cannot be printed if on root
=>Need to use shortname for UTF8 filename for commands So long name is still only partially supported - and UTF8 is not |
I am working on long name support and again new bug, any subdirectories are wipped in long name
So long name is working if all files are in root of SD card The web UI will be able to support old M20 format (filename / no size) , short name format + size, and long name format - but it will not do any sanity check on Marlin output checking if short path is consistent with long path, this is out of scope of webUI |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I tested latest Marlin release (2.1.1) and now
But spaces are not allowed - I have check Marlin |
It would be very useful to list the long file name in the files panel, available since Marlin 2.0.9 (M20 L). At the moment to identify a file I manually execute the M20 L command from the terminal panel.
The text was updated successfully, but these errors were encountered: