probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

SPIFFS and ESP SD card file browser #129

Open probonopd opened 4 years ago

probonopd commented 4 years ago

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

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

probonopd commented 4 years ago

Possibly this can be de-prioritized if we have https://github.com/probonopd/WirelessPrinting/issues/131 working.

GMagician commented 4 years ago

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

probonopd commented 4 years ago

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.

GMagician commented 4 years ago

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

probonopd commented 4 years ago

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

GMagician commented 4 years ago

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