<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Does RADDS have the right pins to support a Smart Effector PCB?</title>
        <description> I&#039;m having the absolute WORST time just trying to find an effector for my Delta that works. I spent a week just getting the RADDS working, a week discovering that the effector that came with my printer is non-spec, and most of a year, just sourcing parts, and sitting around, waiting. Needless to say, I&#039;m pretty fed up, and I&#039;m about three inches away from just throwing my printer in the trash. Nothing on earth is worth the kind of time I&#039;ve wasted on this god damned Chinesium printer. Absolutely NOTHING. Don&#039;t buy Chinese, folks! Get the right tool for the job, the first time, and you&#039;ll have fewer grey hairs!

The only light in the darkness was coming across the PCB Magball Effector for the Duet. It looks like it would certainly work with just about anything running RepRap Firmware and the right amount of pins, but, as I don&#039;t have one in my hands right this second, I cannot tell what goes where, and what pins aren&#039;t standard on the RADDS, RAMPS, et al. It doesn&#039;t look like anything non-native, but I want to make sure before I spend money on something I can&#039;t fully use.

So, before I potentially make a big financial mistake, can I actually put a Delta Smart Effector on my Kossel, plug it in, and have it calibrate, using the RepRap firmware and RADDS? Is there anything I need to look out for? Will it take up the pinspace I have set aside for my PanelDue? If I have to go through rebuying another expensive piece for my delta, then don&#039;t come to school tomorrow, because I&#039;ll be the next Dylan Klebold.</description>
        <link>https://reprap.org/forum/read.php?178,810315,810315#msg-810315</link>
        <lastBuildDate>Sun, 17 May 2026 10:58:46 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,810315,810455#msg-810455</guid>
            <title>Re: Does RADDS have the right pins to support a Smart Effector PCB?</title>
            <link>https://reprap.org/forum/read.php?178,810315,810455#msg-810455</link>
            <description><![CDATA[ So, to clarify, endstop max pins on min pins, as they always were, Effector Z-probe pin on the PWM3 cluster, additional (???) Effector pin on X-max, and everything else should be fine? I'm still a little confused, but hopefully that'll be ironed out as I play with it.<br />
<br />
I would prefer to use endstop switches, as I don't have TMC2660/2100s.]]></description>
            <dc:creator>Lobotomy</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 15 Feb 2018 14:50:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,810315,810381#msg-810381</guid>
            <title>Re: Does RADDS have the right pins to support a Smart Effector PCB?</title>
            <link>https://reprap.org/forum/read.php?178,810315,810381#msg-810381</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>o_lampe</strong><br />
In order to use X-max endstop, you'd have to use the stall detection method for homing.<br />
On RADDS there is only one pin for z-probes: PWM3, but on Duet I have to use <i>E0-stop</i> for proximity sensors and the <i>Z-probe connector</i> for the Smart Effector. Are they the same?</div></blockquote>
<br />
From the Pins-RADDS.h file in RRF:<br />
<br />
<pre class="bbcode">
// Endstops
// E Stops not currently used
// Note: RepRapFirmware only as a single endstop per axis
//       gcode defines if it is a max ("high end") or min ("low end")
//       endstop.  gcode also sets if it is active HIGH or LOW
//
// 28 = RADDS X min
// 30 = RADDS Y min
// 32 = RADDS Z min
// 39 = RADDS PWM3
//
// This leaves 34, 36, and 38 as spare pins (X, Y, Z max)

const Pin END_STOP_PINS[DRIVES] = { 28, 30, 32, 39, NoPin, NoPin, NoPin, NoPin };

...

// Z Probe pin
// Must be an ADC capable pin.  Can be any of the ARM's A/D capable
// pins even a non-Arduino pin.
const Pin Z_PROBE_PIN = 5;  // RADDS "ADC" pin

// Digital pin number to turn the IR LED on (high) or off (low)
// D34 -- unused X-max on RADDS
const Pin Z_PROBE_MOD_PIN = 34;</pre>
<br />
I hope this clarifies things. When running RRF for RADDS on a delta, you would connect the endstops to the Min endstop pins, even though they are max endstops.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 15 Feb 2018 05:37:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,810315,810362#msg-810362</guid>
            <title>Re: Does RADDS have the right pins to support a Smart Effector PCB?</title>
            <link>https://reprap.org/forum/read.php?178,810315,810362#msg-810362</link>
            <description><![CDATA[ In order to use X-max endstop, you'd have to use the stall detection method for homing.<br />
On RADDS there is only one pin for z-probes: PWM3, but on Duet I have to use <i>E0-stop</i> for proximity sensors and the <i>Z-probe connector</i> for the Smart Effector. Are they the same?]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 15 Feb 2018 03:55:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,810315,810341#msg-810341</guid>
            <title>Re: Does RADDS have the right pins to support a Smart Effector PCB?</title>
            <link>https://reprap.org/forum/read.php?178,810315,810341#msg-810341</link>
            <description><![CDATA[ In normal use, the Smart Effector should work with any electronics and firmware, because it produces an active high digital signal. It's only if you want to send it a programming command to change the sensitivity that a complication arises, because then you need an output pin to provide the signal from the electronics to the effector, along with firmware that can send the right signals. RepRapFirmware on RADDS should fit the bill because pin 34 (aka X max endstop according to the comment in the source code) appears to be allocated for this purpose; but AFAIK nobody has tried it yet.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 15 Feb 2018 00:31:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,810315,810315#msg-810315</guid>
            <title>Does RADDS have the right pins to support a Smart Effector PCB?</title>
            <link>https://reprap.org/forum/read.php?178,810315,810315#msg-810315</link>
            <description><![CDATA[ I'm having the absolute WORST time just trying to find an effector for my Delta that works. I spent a week just getting the RADDS working, a week discovering that the effector that came with my printer is non-spec, and most of a year, just sourcing parts, and sitting around, waiting. Needless to say, I'm pretty fed up, and I'm about three inches away from just throwing my printer in the trash. Nothing on earth is worth the kind of time I've wasted on this god damned Chinesium printer. Absolutely NOTHING. Don't buy Chinese, folks! Get the right tool for the job, the first time, and you'll have fewer grey hairs!<br />
<br />
The only light in the darkness was coming across the PCB Magball Effector for the Duet. It looks like it would certainly work with just about anything running RepRap Firmware and the right amount of pins, but, as I don't have one in my hands right this second, I cannot tell what goes where, and what pins aren't standard on the RADDS, RAMPS, et al. It doesn't look like anything non-native, but I want to make sure before I spend money on something I can't fully use.<br />
<br />
So, before I potentially make a big financial mistake, can I actually put a Delta Smart Effector on my Kossel, plug it in, and have it calibrate, using the RepRap firmware and RADDS? Is there anything I need to look out for? Will it take up the pinspace I have set aside for my PanelDue? If I have to go through rebuying another expensive piece for my delta, then don't come to school tomorrow, because I'll be the next Dylan Klebold.]]></description>
            <dc:creator>Lobotomy</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 14 Feb 2018 16:57:55 -0500</pubDate>
        </item>
    </channel>
</rss>
