<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Marlin 2.0.9.3 + RADDS. Wie On Board SD aktivieren?  [gelöst]</title>
        <description> Hallo zusammen.

ich versuche den SD Card Slot auf dem RADDS Board (nicht den Slot im Display) vergeblich zu aktivieren.

Konfiguration:
- RADDS 
- RADDS Display (SD Slot ist nicht zugänglich)
- Marlin 2.0.9.3

Configuration.h

#define MOTHERBOARD BOARD_RADDS
#define RADDS_DISPLAY
.
#define SDSUPPORT

Configuration_adv.h

#define SDCARD_CONNECTION ONBOARD
#define NO_SD_DETECT

Was muss ich sonst noch beachten?

Gruss Thomas</description>
        <link>https://reprap.org/forum/read.php?247,888255,888255#msg-888255</link>
        <lastBuildDate>Mon, 15 Jun 2026 01:22:19 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888255,888273#msg-888273</guid>
            <title>Re: Marlin 2.0.9.3 + RADDS. Wie On Board SD aktivieren?  [gelöst]</title>
            <link>https://reprap.org/forum/read.php?247,888255,888273#msg-888273</link>
            <description><![CDATA[ :)-D]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 12 Feb 2022 01:23:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888255,888269#msg-888269</guid>
            <title>Re: Marlin 2.0.9.3 + RADDS. Wie On Board SD aktivieren?</title>
            <link>https://reprap.org/forum/read.php?247,888255,888269#msg-888269</link>
            <description><![CDATA[ So jetzt klappt es.<br />
<br />
Configuration_adv.h<br />
<pre class="bbcode">
//#define SDCARD_CONNECTION ONBOARD   scheinbar braucht es das nicht. Wieder auskommentiert.</pre>
<br />
<br />
Lösung:<br />
<br />
pins_RADDS.h<br />
<pre class="bbcode">
//#define SDSS                              10   auskommentieren
</pre>]]></description>
            <dc:creator>Flyer2000</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 11 Feb 2022 13:05:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888255,888263#msg-888263</guid>
            <title>Re: Marlin 2.0.9.3 + RADDS. Wie On Board SD aktivieren?</title>
            <link>https://reprap.org/forum/read.php?247,888255,888263#msg-888263</link>
            <description><![CDATA[ Richtig.... Hab ich auch mal so irgendwo gelesen. Danke!<br />
<br />
Hab auch was gefunden:<br />
[attachment 119176 RADDS_SDCard.png]<br />
[attachment 119177 RADDS_ArduinoPortsSnip.png]<br />
<br />
Dem zur Folge ist es der Pin 4. <br />
<br />
pins_RADDS.h<br />
<pre class="bbcode">
//#define SDSS                              10   auskommentiert
.
#ifndef SDSS
  #define SDSS                              4 // das ist ja schon so als default drin. Aber natürlich nicht aktiv, wenn #define SDSS oben noch drin ist.
#endif</pre>
<br />
Tut sich aber immer noch nichts :(<br />
<br />
Ideen?<br />
<br />
Gruss Thomas]]></description>
            <dc:creator>Flyer2000</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 11 Feb 2022 05:52:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888255,888257#msg-888257</guid>
            <title>Re: Marlin 2.0.9.3 + RADDS. Wie On Board SD aktivieren?</title>
            <link>https://reprap.org/forum/read.php?247,888255,888257#msg-888257</link>
            <description><![CDATA[ ... war da nicht mal was mit ENTWEDER Display ODER SD-Karte wegen Konflikt mit den Pins? :S]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Software</category>
            <pubDate>Thu, 10 Feb 2022 16:05:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888255,888255#msg-888255</guid>
            <title>Marlin 2.0.9.3 + RADDS. Wie On Board SD aktivieren?  [gelöst]</title>
            <link>https://reprap.org/forum/read.php?247,888255,888255#msg-888255</link>
            <description><![CDATA[ Hallo zusammen.<br />
<br />
ich versuche den SD Card Slot auf dem RADDS Board (nicht den Slot im Display) vergeblich zu aktivieren.<br />
<br />
Konfiguration:<br />
- RADDS <br />
- RADDS Display (SD Slot ist nicht zugänglich)<br />
- Marlin 2.0.9.3<br />
<br />
Configuration.h<br />
<pre class="bbcode">
#define MOTHERBOARD BOARD_RADDS
#define RADDS_DISPLAY
.
#define SDSUPPORT</pre>
<br />
Configuration_adv.h<br />
<pre class="bbcode">
#define SDCARD_CONNECTION ONBOARD
#define NO_SD_DETECT</pre>
<br />
Was muss ich sonst noch beachten?<br />
<br />
Gruss Thomas]]></description>
            <dc:creator>Flyer2000</dc:creator>
            <category>Software</category>
            <pubDate>Thu, 10 Feb 2022 15:03:46 -0500</pubDate>
        </item>
    </channel>
</rss>
