<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Can I use relay to control extruder heater?</title>
        <description> Hi everybody, I have a relay which I can control via arduino. I wanna use this relay to control extruder temperature. Is it possible on teacup firmware? I just saw pwm pin options there.

Please let me know.

Thanks!</description>
        <link>https://reprap.org/forum/read.php?1,223853,223853#msg-223853</link>
        <lastBuildDate>Mon, 20 Jul 2026 05:29:43 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,224589#msg-224589</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,224589#msg-224589</link>
            <description><![CDATA[ You can use a solid-state relay for both the hot-end and also the heated bed.<br />
I am using a DC-DC solid-state relay for the hot-end as I am using 12 volts DC, but the heated bed I use a DC-AC solid-state relay because it is a mains powered heater pad. Being as they are solid-state an have no moving parts, the switching on and off (very fast) has no problem or sound.<br />
Both work fine, no issues at all. Overcame my power problems and the over heating at the Molex plugs on the board as the solid-state relay uses very little power to switch on and off (almost none)<br />
<br />
Cheers,<br />
Reg]]></description>
            <dc:creator>regpye</dc:creator>
            <category>General</category>
            <pubDate>Sat, 06 Jul 2013 10:24:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,224556#msg-224556</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,224556#msg-224556</link>
            <description><![CDATA[ Mechanical relays can't do PWM at all. Even 15 Hz, which is the slowest you can get, and only with some ATmegas, is way too fast.<br />
<br />
You can use simple bang-bang: turn the heater on if the temperature is too low, turn it off if it's to warm. That's what many firmwares use for the heated bed (high thermal mass, relative low heating power), but for extruders, this would likely wear out the relay within a few days, too.<br />
<br />
There are MOSFET based DC relays, like the (shameless plug) <a href="http://reprap.org/wiki/SevenSwitch" target="_blank"  rel="nofollow">SevenSwitch</a>.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Sat, 06 Jul 2013 06:59:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,224389#msg-224389</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,224389#msg-224389</link>
            <description><![CDATA[ Ohmarinus Wrote:<br />
-------------------------------------------------------<br />
&gt; I am running my heatbed through relay, haven't<br />
&gt; seen a hotend through relay yet, but I guess it<br />
&gt; would work the same way :) Good luck!<br />
<br />
<br />
You can get away with using a relay on the heatbed because of the lower PWM frequency.  The extruder's PWM is much faster and will destroy that relay quickly.  MOSFETs with a low RDS-ON is the way to go in both cases.]]></description>
            <dc:creator>DanMoto</dc:creator>
            <category>General</category>
            <pubDate>Fri, 05 Jul 2013 12:53:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,224101#msg-224101</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,224101#msg-224101</link>
            <description><![CDATA[ Thanks for answers. Seems like I better to not use relay for hot end.]]></description>
            <dc:creator>meybivi</dc:creator>
            <category>General</category>
            <pubDate>Thu, 04 Jul 2013 15:21:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,223910#msg-223910</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,223910#msg-223910</link>
            <description><![CDATA[ I am running my heatbed through relay, haven't seen a hotend through relay yet, but I guess it would work the same way :) Good luck!]]></description>
            <dc:creator>Ohmarinus</dc:creator>
            <category>General</category>
            <pubDate>Thu, 04 Jul 2013 05:20:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,223885#msg-223885</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,223885#msg-223885</link>
            <description><![CDATA[ +/- 10° on the nozzle will give you a load of problems on extrusion. Why don't you use MOS FETs instead? They are used in RAMPS etc. for a reason.]]></description>
            <dc:creator>Srek</dc:creator>
            <category>General</category>
            <pubDate>Thu, 04 Jul 2013 02:59:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,223871#msg-223871</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,223871#msg-223871</link>
            <description><![CDATA[ not sur but i think there is already a temperature interval depending on the firmware you use...]]></description>
            <dc:creator>victorjung</dc:creator>
            <category>General</category>
            <pubDate>Thu, 04 Jul 2013 01:42:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,223864#msg-223864</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,223864#msg-223864</link>
            <description><![CDATA[ Thanks! I did it and it works except of when extruder reaches to target temperature the relay clicking over and over. Can I add some delay there like + -10 degrees?]]></description>
            <dc:creator>meybivi</dc:creator>
            <category>General</category>
            <pubDate>Thu, 04 Jul 2013 01:14:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,223860#msg-223860</guid>
            <title>Re: Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,223860#msg-223860</link>
            <description><![CDATA[ you dont have to change anything in firmware....just put relay trigger on pins where you connect hot end heater.<br />
so when firmware turns heater on it will trigg relay and that is it.<br />
<br />
<br />
just make shure that that you dont have problems with relay, it would not be nice if relay stucks on powered state...<br />
<br />
so you need relay that triggers on 12V]]></description>
            <dc:creator>woo</dc:creator>
            <category>General</category>
            <pubDate>Thu, 04 Jul 2013 00:28:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,223853,223853#msg-223853</guid>
            <title>Can I use relay to control extruder heater?</title>
            <link>https://reprap.org/forum/read.php?1,223853,223853#msg-223853</link>
            <description><![CDATA[ Hi everybody, I have a relay which I can control via arduino. I wanna use this relay to control extruder temperature. Is it possible on teacup firmware? I just saw pwm pin options there.<br />
<br />
Please let me know.<br />
<br />
Thanks!]]></description>
            <dc:creator>meybivi</dc:creator>
            <category>General</category>
            <pubDate>Wed, 03 Jul 2013 23:33:36 -0400</pubDate>
        </item>
    </channel>
</rss>
