luc-github / ESP3DLib

ESP3D library for Marlin and ESP32 boards
GNU General Public License v3.0
97 stars 32 forks source link

[FEATURE REQUEST]Add Webdav #32

Closed agoy507 closed 2 years ago

agoy507 commented 3 years ago

Please add webdav feature. that feature will be very useful to save Gcode direct to sdcard.

luc-github commented 3 years ago

it is already done in ESP3D and in roadmap for ESP3DLib https://github.com/luc-github/ESP3D/blob/3.0/ESP3D-features.xls

agoy507 commented 3 years ago

Hei luc. I try to added webdav feature used your webdav library. file on LITTLEFS can showing on window explorer. I tried to change LITTLEFS to SD_MMC like https://github.com/luc-github/ESP3D/issues/491#issuecomment-766157740 but it can't work. what's missing ?? can you explain ? what library of SD recomend of you to handle SD on webdav with esp3d and marlin FW ? can i used sd_ESP32.h on esp3dlib library

luc-github commented 3 years ago

in esp3dlib I use Marlin sd lib not esp32 core sd lib

agoy507 commented 3 years ago

you mean Marlin sd lib is https://github.com/luc-github/ESP3DLib/blob/49eb92ba4fca575591e2042b2b25944d5770291b/src/sd_ESP32.h ?

luc-github commented 3 years ago

yes, check the cpp file, it is just a wrapper

stale[bot] commented 2 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.

stale[bot] commented 2 years ago

This stale issue has been automatically closed. Thank you for your contributions.