luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pinter’s memory card is not showing in esp3d 3.x

flyroboofficial opened this issue · comments

Printer’s Sd card is not showing in esp3d version 3.x
While it is showing in esp3d 2.xx version.

Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here

Printer’s Sd card is not showing in esp3d version 3.x While it is showing in esp3d 2.xx version.

What do you mean? Is the button for the SD card not present in the WebUI "files panel", or is the contents of the SD card is not shown when you press the "TFT SD" button?

I can able to upload files to esp32 module only. Sd card storage is not showing. Only esp32 storage is showing.

commented

Did you enable SD in settings ?
image

yes, I have enabled the setting. after updating latest firmware 3.0 SD card is showing. Now problem is I can not able to upload file to the SD card remotely.
No option to upload file.
image

commented

in ESP3D 3.0 here the supported configurations : https://esp3d.io/esp3d/v3.x/documentation/sdtransfer/index.html
the M28/M29 protocol is no more supported because too slow / suject to many error and actually very very few people use it - so it doe s not worth it
Direct SD is supported, but streaming is not yet, so currently only MKS configurations and system with hardware SD sharing are supported

commented

Are you in supported cases ?

commented

then you must add an SDCard reader with sharing mechanism like panucatt wifi backpack if you want to upload files by wifi

ok, I Understend.
SD card upload is working in ESP3D 2.x version. So why this option has beed removed in updated version? i think it was good option.

commented

I have just explained in previous comment : #1000 (comment)
Many people complained it is slow and cannot be use because of this even I explained it how it is designed : #535
So instead of implementing something people are not happy with and complain about it, I use my time on others features

Ok thank you

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.