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

Add option for files to default to SD instead of Flash #394

Closed
jonathjon opened this issue Jun 30, 2024 · 6 comments
Closed

Add option for files to default to SD instead of Flash #394

jonathjon opened this issue Jun 30, 2024 · 6 comments

Comments

@jonathjon
Copy link

Please use this issue only for esp3d.io web site issue
for ESP3D / ESP3DLib / ESP3D-TFT / ESP3D-WEBUI

Please describe what would be an enhancement

Flash is rarely used though WebUI 3, but SD card is used every time I run my CNC machine. Currently the files section defaults to flash at startup. Can you add an option to default to SD instead of flash?

Thank you!

@luc-github
Copy link
Owner

it is possible but that is not that easy
some sytesm do not have SD, some use TFT which is different SD, some use extra SD which is not printer SD, etc...
I will think about a mechanisme but do not expert a solution in short termes
currently if you do not use flash then just remove it from used FS and SD will be the default one

@luc-github luc-github transferred this issue from luc-github/esp3d.io Jun 30, 2024
Copy link

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

@jonathjon
Copy link
Author

Thank you. I understand what you are saying and appreciate your time. That is currently what I do, and then when it comes time to update I completely forget its there. That's what gave me this idea. I'm no programmer that's for sure so if its possible that's awesome, if its not then no big deal. Never know unless you ask lol. Thanks again!

@luc-github
Copy link
Owner

to update flash you can use the update button
image

on some system like grblHAL there is no other way to update webui because flash is not available

luc-github added a commit that referenced this issue Jul 1, 2024
Add support to select default filesystem when starting in dashboard #394
Fix some glitches in Validation
Remove TFT from CNC/Plotter as no support so far
@luc-github luc-github mentioned this issue Jul 2, 2024
luc-github added a commit that referenced this issue Jul 2, 2024
Add support for enable/disable sorting files #386
Add support to select default filesystem when starting in dashboard #394
Fix some glitches in Validation
Remove TFT from CNC/Plotter as no support so far
Improve dependencies display conditions updating helpers to allow AND conditions in OR group
Fix supported files sytem list missing some depedencies
@luc-github
Copy link
Owner

Fixed by 423dbae

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants