luc-github / ESP3D

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

[FEATURE REQUEST]🦄Change ESP_DIRECT_SD to ESP_ONLY_SD for consistency #955

Open luc-github opened 9 months ago

luc-github commented 9 months ago

in configuration.h

/* SD card connection
* ESP_NO_SD //(default)
* ESP_DIRECT_SD //Only your ESP board is connected to SDCard
* ESP_SHARED_SD //Printer SD Card is also connected to ESP3D
* Does your system has SD card and how it is connected to your ESP3D
*/

ESP_DIRECT_SD seems confusing for users and is often used when ESP_SHARED_SD should be used, the configurator must be updated also

TjeerdvanDijk commented 5 months ago

Agreed, im trying to figure out what it means.

currently it says Your system has SD card and your ESP is connected to it using shared solution

What exactly is a shared solution? Does it simply mean the printer has a sd card? and we do not have to connect anything to the esp?

Sergey3112 commented 2 months ago

Как сделать, чтоб вообще видело SD карту?