Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luc-github opened this issue Oct 12, 2023 · 2 comments

Comments

@luc-github
Copy link
Owner

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
Copy link

TjeerdvanDijk commented Feb 5, 2024

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?

@luc-github luc-github changed the title [FEATURE REQUEST]Change ESP_DIRECT_SD to ESP_ONLY_SD for consistency [FEATURE REQUEST]馃Change ESP_DIRECT_SD to ESP_ONLY_SD for consistency Mar 4, 2024
@Sergey3112

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants