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

[FEATURE REQUEST] Sort Gcode files by "date modified" or leave them unsorted as provided by host/TFT #386

Open
rondlh opened this issue Apr 22, 2024 · 2 comments

Comments

@rondlh
Copy link

rondlh commented Apr 22, 2024

Is your feature request related to a problem? Please describe.
Typically I want to print the last file I copied to the USB flash drive in my TFT display when I issue a M20 U: (list USB files).
Unfortunate ESP3D sorts the files alphabetically, so I have to dig around to find the file I want to print.

Describe the solution you'd like
Add an option to 1. sort the files alphabetically, or 2. don't sort them because the TFT handles this already.

Describe alternatives you've considered
This can also be hard coded, then leave it up to Marlin or in my case the TFT to provide the files in the required order (which can be configured).

Additional context
I use ESP3D V3.0, which I can recommend over V2.1

Copy link

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

@kleffa
Copy link

kleffa commented May 7, 2024

https://marlinfw.org/docs/gcode/M020.html
well only in latest Marlin are avaible the time stamp for M20 , so I think they can be sort by date or name

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

No branches or pull requests

2 participants