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

SPIFFS and ESP SD card file browser #129

Open
probonopd opened this issue Jul 21, 2019 · 6 comments
Open

SPIFFS and ESP SD card file browser #129

probonopd opened this issue Jul 21, 2019 · 6 comments

Comments

@probonopd
Copy link
Owner

probonopd commented Jul 21, 2019

SPIFFS and SD card file browser file browser so that we can store and manage more than one GCODE file on the SD card.

  • For SD card, we could store all GCODEs ever sent to the printer as long as space permits
  • For SPIFFS, we should only store GCODE which was specifically uploaded for this purpose (e.g., some simple calibration GCODE) in order to leave enough space

Priority should be on SD card, SPIFFS is nice to have.

@probonopd
Copy link
Owner Author

Possibly this can be de-prioritized if we have #131 working.

@GMagician
Copy link
Collaborator

I've tryed some time ago to store a gcode into sd via repetier...unthinkable

@probonopd
Copy link
Owner Author

This ticket is about storing on the ESP SD card, not on the printer SD card. #131 is about storing on the printer SD card.

@probonopd probonopd changed the title SPIFFS and SD card file browser SPIFFS and ESP SD card file browser Jul 21, 2019
@GMagician
Copy link
Collaborator

SPIFF browser is already present (/editor) but not too much flash to store a lot of files

@probonopd
Copy link
Owner Author

Yes, we need a way to print from there, and we need this for SD.

@GMagician
Copy link
Collaborator

Print from /editor is almost impossible, it's linked in binary form I think and modify it is not as easy as it may seems

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

No branches or pull requests

2 participants