luc-github / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
GNU General Public License v3.0
752 stars 305 forks source link

[FEATURE REQUEST]Long filename support #183

Closed Ainmimdal closed 3 years ago

Ainmimdal commented 3 years ago

I believe Marlin just added support for long filenames for prettier file manager in octoprint (using M20 L). Can we have this on ESP3d? 😄 reference: https://github.com/MarlinFirmware/Marlin/pull/22271

github-actions[bot] commented 3 years ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here

luc-github commented 3 years ago

the upload and print commands still need the short name ... I will have look when release is out

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 3 years ago

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.

luc-github commented 3 years ago

I gave a try because again Marlin break the backward compatibility on M20 output ...
Here output for M20 and M20 L

M20
Begin file list
CUBE.GCO 210240
CUBE01.GCO 2089832
SUPPORT2.GCO 4613256
ARCHIVE/CUBE.GCO 210240
ARCHIVE/CUBE-C~1.GCO 210240
NEWFOL~1/SUPPORT2.GCO 4613256
End file list
ok
M20 L
Begin file list
CUBE.GCO 210240 ???
CUBE01.GCO 2089832 ???
SUPPORT2.GCO 4613256 ???
ARCHIVE/CUBE.GCO 210240 Archive/???
ARCHIVE/CUBE-C~1.GCO 210240 Archive/CUBE - Copy.G
NEWFOL~1/SUPPORT2.GCO 4613256 New folder/???
End file list
ok

the result is buggy so it won't be implemented any time soon I think