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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix 2.0.x] Re-Arm with LCD and SD Card reader #12436

Closed
ant0nyk1ng opened this issue Nov 15, 2018 · 4 comments
Closed

[bugfix 2.0.x] Re-Arm with LCD and SD Card reader #12436

ant0nyk1ng opened this issue Nov 15, 2018 · 4 comments

Comments

@ant0nyk1ng
Copy link

ant0nyk1ng commented Nov 15, 2018

Re-Arm using the REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER with the SD Card enabled

#define SDSUPPORT

The MiniSD Card on the Re_Arm board is accessed and not the SD Card on the LCD Smart Controller.

If //#define SDSUPPORT then no SD Card is accesible by the LCD.

I am not sure if this is a bug or a feature and I am have another step to enable the SD card I want to use?

If it's a case this is a bug then maybe some people might want to be able to have this access... unless there is a reason you shouldn't use the MiniUSB on the Re-Arm motherboard of course.

@kAdonis
Copy link
Contributor

kAdonis commented Nov 15, 2018

It's a feature
To use the SD Card from REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER you need to edit your pins_RAMPS_RE_ARM.h:

#define LPC_SD_LCD          // Marlin uses the SD drive attached to the LCD
//#define LPC_SD_ONBOARD        // Marlin uses the SD drive on the control board

@gloomyandy
Copy link
Contributor

One thing you may want to think about is if you plan to use USB access to the SD card. If you keep the default configuration then the SD card on the main board is available to both your PC (via USB) and to Marlin. This makes it really easy to slice on your PC and save the gcode to the printers SD card, then you can just print it from the SD card. If you enable the SD card on the LCD then the SD card on the main board is still available to the PC (and can be used to update the firmware), but you can no longer print from it (as Marlin only allows for a single SD card, and that is now the one on the LCD). This may or may not matter to you.

@ant0nyk1ng
Copy link
Author

It's a feature
To use the SD Card from REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER you need to edit your pins_RAMPS_RE_ARM.h:

#define LPC_SD_LCD          // Marlin uses the SD drive attached to the LCD
//#define LPC_SD_ONBOARD        // Marlin uses the SD drive on the control board

Thanks, I didn't see that and wasn't aware. I have it working.

gloomyandy, thanks as well.

@github-actions
Copy link

github-actions bot commented Aug 2, 2020

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.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants