[FEATURE REQUEST]Add Webdav
agoy507 opened this issue · 7 comments
Please add webdav feature. that feature will be very useful to save Gcode direct to sdcard.
it is already done in ESP3D and in roadmap for ESP3DLib https://github.com/luc-github/ESP3D/blob/3.0/ESP3D-features.xls
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 luc-github/ESP3D#491 (comment) 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
in esp3dlib I use Marlin sd lib not esp32 core sd lib
you mean Marlin sd lib is https://github.com/luc-github/ESP3DLib/blob/49eb92ba4fca575591e2042b2b25944d5770291b/src/sd_ESP32.h ?
yes, check the cpp file, it is just a wrapper
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.
This stale issue has been automatically closed. Thank you for your contributions.