luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.78k stars 465 forks source link

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

Closed flyroboofficial closed 9 months ago

flyroboofficial commented 9 months ago

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

github-actions[bot] commented 9 months ago

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

rondlh commented 9 months ago

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?

flyroboofficial commented 9 months ago

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

luc-github commented 9 months ago

Did you enable SD in settings ? image

flyroboofficial commented 9 months ago

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

luc-github commented 9 months ago

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

luc-github commented 9 months ago

Are you in supported cases ?

flyroboofficial commented 9 months ago

No, I am using the RAPM 1.6 board.

https://www.flyrobo.in/ramps-1.6-r6-3d-printer-control-board

luc-github commented 9 months ago

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

flyroboofficial commented 9 months ago

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.

luc-github commented 9 months ago

I have just explained in previous comment : https://github.com/luc-github/ESP3D/issues/1000#issuecomment-1936922949 Many people complained it is slow and cannot be use because of this even I explained it how it is designed : https://github.com/luc-github/ESP3D/discussions/535 So instead of implementing something people are not happy with and complain about it, I use my time on others features

flyroboofficial commented 9 months ago

Ok thank you

github-actions[bot] commented 9 months ago

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.