Welcome! Log In Create A New Profile

Advanced

MKS SBASE 1.3 Marlin 2.0 RRDSC SD Card not work

Posted by qulet 
MKS SBASE 1.3 Marlin 2.0 RRDSC SD Card not work
May 12, 2020 12:28PM
I have problem with Marlin 2.0 MKS Sbase V1.3 + RRDSC 12064.
The LCD menu works, the SD card does not work. SD cable is:
P0.8 to J8-3 P0.7 to J8-2
P0.9 to J8-4 (P0.5 to J8 -4)
P0.27 to J8-5
What should I do to make the SD card work ????
[drive.google.com]

Edited 2 time(s). Last edit at 05/12/2020 12:33PM by qulet.
Re: MKS SBASE 1.3 Marlin 2.0 RRDSC SD Card not work
May 13, 2020 12:51AM
With this controller there is two sd card slots and you must set the one you wish to use. The one the controller or the one on the LCD

 /**
   * Set this option to one of the following (or the board's defaults apply):
   *
   *           LCD - Use the SD drive in the external LCD controller.
   *       ONBOARD - Use the SD drive on the control board. (No SD_DETECT_PIN. M21 to init.)
   *  CUSTOM_CABLE - Use a custom cable to access the SD (as defined in a pins file).
   *
   * :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ]
   */
  //#define SDCARD_CONNECTION LCD
So you probably want to set

#define SDCARD_CONNECTION LCD
Re: MKS SBASE 1.3 Marlin 2.0 RRDSC SD Card not work
May 15, 2020 11:50AM
61/5000
Thank you for your answer. I have improved the SDCARD_CONNECTION CUSTOM_CABLE, unfortunately it does not work ...
I have attached my configuration files.
Greetings!

Edited 1 time(s). Last edit at 05/15/2020 11:51AM by qulet.
Attachments:
open | download - Marlin.zip (65.5 KB)
Re: MKS SBASE 1.3 Marlin 2.0 RRDSC SD Card not work
May 16, 2020 12:10PM
Subsequent modifications to the configuration SD card in RRDSC worked. Thank you very much for the tips given.
I would like to start Autoleveling with the sensor from this link:

[www.thingiverse.com]

Which PIN_y should the servo be connected to? Do I need to power a 5V servo from an additional source?
I wish you good health .
Greetings

Edited 1 time(s). Last edit at 05/16/2020 12:10PM by qulet.
Re: MKS SBASE 1.3 Marlin 2.0 RRDSC SD Card not work
May 16, 2020 12:17PM
In Smoothieware, you can read and write data to the SD MKS SBASE card via a connected USB cable to the PC.
How can this be done in Marlin 2.0?
Re: MKS SBASE 1.3 Marlin 2.0 RRDSC SD Card not work
May 17, 2020 03:55AM
gcodes M20 to M30 In particular M28 and M29
[marlinfw.org]

Or are you meaning as a SD card on the computer?
In marlin either the controller has access or the computer...
M22 to give the computer control. (also is on LCD)

Edited 1 time(s). Last edit at 05/17/2020 03:58AM by Dust.
Sorry, only registered users may post in this forum.

Click here to login