<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Re-ARM to Replace TriGorilla?</title>
        <description> Long story short, I need to upgrade the control board in my Anycubic Linear Plus from the original TriGorilla to something with more brain power. That little processor just can&#039;t handle all the delta kinematic calculations. I&#039;ve been 3D printing for a while, but I&#039;ve never swapped a stock control board for an upgrade before. I&#039;m OK with dealing with firmware, but I&#039;m discovering there are more factors to consider than I originally bargained for.

I&#039;ve seen a handful of posts about the Re-ARM controller. The description on Panucatt&#039;s storefront describes it as a &quot;plug in replacement&quot; for a Mega board. This is where I&#039;ve started to either overthink or underthink the situation. It can&#039;t be that easy, can it? The TriGorilla board is effectively a 2560, but the Re-ARM is a 32-bit processor with ARM architecture. What would the process of making this switch actually look like? Also, I&#039;ve heard mixed things about Smoothieware, that it&#039;s no longer in active development and that there are better options, etc. Any advice on this route? The price makes it very attractive given that the printer kit was only $190 itself.

Alternately, the Duet 2 Maestro looks pretty nice. It&#039;s a bit more expensive but not terribly so.

Are there any obvious options I&#039;m overlooking? The challenge is to strike a balance of cost and ease of firmware configuration.</description>
        <link>https://reprap.org/forum/read.php?13,859208,859208#msg-859208</link>
        <lastBuildDate>Thu, 14 May 2026 04:07:20 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859683#msg-859683</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859683#msg-859683</link>
            <description><![CDATA[ Ok, if you're still following this thread I've got a new conundrum: I found a set of Configuration.h and Configuration_adv.h files for Marlin 2.0 for the Anycubic Linear Plus. Everything looks good, but the compile fails every time, LPC1768 Failed in the report. I've tried deleting the .pio files but that doesn't help. The same guy provided a .bin file to drop directly onto the SD card, but he's using 2208 standalone instead of in UART mode. I've never used Atom or PlatformIO before, so I'm pretty sunk. For now I'm going to try the pre-compiled image with standalone pins to see if the board will at the very least get things moving. I'm also having a hard time soldering the UART enabling pads together (my iron is too big and i don't want to trash the driver chip). However, I found a post that indicates you can use a jumper on the SKR 1.3 to make that connection without a soldering iron. It also indicates that this is true for the 2208 V3 breakout board and I believe I only have the V1.2 from Eryone.]]></description>
            <dc:creator>JangusKhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 22 Sep 2019 12:08:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859646#msg-859646</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859646#msg-859646</link>
            <description><![CDATA[ Thanks, that was informative. I got home late last night so I've only had a few minutes to look at the board and the documentation. I didn't realize that the collection of red jumper pins were designed to simplify the UART connections. That's great! Now to dig in on firmware installation. Teaching Tech's videos seem pretty informative.]]></description>
            <dc:creator>JangusKhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 21 Sep 2019 10:56:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859625#msg-859625</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859625#msg-859625</link>
            <description><![CDATA[ Standalone means that the driver parameters are set either with jumpers on the board (for setting microsteps, for example) or via One Time Programming (OTP). Both 2208 and 2209 drivers are capable of running in StealthChop (very quiet but lower torque) or SpreadCycle (higher torque). 2208 drivers in standalone mode default to Stealthchop unless you use OTP to switch them to SpreadCycle, but the "One Time" in "One Time Programming" means that once you've switched them to SpreadCycle there is no way to put them back into Stealthchop. 2209 drivers on the other hand can be switched between StealthChop and SpreadCycle with a steady hand and a soldering iron.<br />
<br />
If, however, you have them set up with UART, you don't have to worry about that. The firmware can reconfigure the drivers on-the-fly, including changing microsteps, StealthChop/SpreadCycle, Hybrid mode (where the driver automatically switches between StealthChop and SpreadCycle depending on the movement speed), StallGuard (for sensorless homing), etc.<br />
<br />
The good news is that the SKR 1.3 is designed to make it very easy to run 2208/2209 drivers in UART mode (or 2130s in SPI mode) so you should never have to worry about standalone mode or OTP.<br />
<br />
So for your case the primary improvement from the 2208 to the 2209 would be the increase in current if you find that you don't have enough torque,.]]></description>
            <dc:creator>MMcLure</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 20 Sep 2019 19:09:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859617#msg-859617</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859617#msg-859617</link>
            <description><![CDATA[ Yeah, that's all good, i'm not trying to make this the ultimate machine, i just want it to print better than the wavy, stuttering crap that it is right now. Honestly, I'm trying to find a decent breakdown of all of the driver modes in a way that isn't comparing one to another. It's taken me a while to get to where I am right now, mostly because of lack of decent explanatory material. Standalone mode seems to be a "default" operation, but it's only default because it isn't Sealthchop or Spreadcycle. UART is a communication port that allows for on the fly tuning of current or something, but there are other ways it can be done i guess? The only reason I was tuned in to the capabilities of Trinamic drivers is due to Prusa's excellent marketing videos explaining their capabilities.]]></description>
            <dc:creator>JangusKhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 20 Sep 2019 13:43:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859616#msg-859616</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859616#msg-859616</link>
            <description><![CDATA[ Higher current capacity (2.0A vs 1.4A), you can run them in SpreadCycle standalone without having to lock them into that mode, you can set an address for each driver allowing you to use only one UART port on the MCU to control up to 4 drivers, CoolStep for power saving, and a better implementation of StallGuard.]]></description>
            <dc:creator>MMcLure</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 20 Sep 2019 13:16:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859613#msg-859613</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859613#msg-859613</link>
            <description><![CDATA[ I already ordered them, but what's the main difference? I can return them if you make a solid case.]]></description>
            <dc:creator>JangusKhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 20 Sep 2019 11:42:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859575#msg-859575</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859575#msg-859575</link>
            <description><![CDATA[ In many cases the ARM chips are actually cheaper than ATMega chips, so board prices also end up being very good.<br />
<br />
When I upgraded I was upgrading from ATMega/RAMPS so the Re-ARM made more sense for me. Also, I wanted to have the PS_ON pin as well as 4 PWM control pins available for running RGBW LEDs which is not possible on the SKR 1.3. But that's a special case, and if I was upgrading from a different all-in-one board I'd have definitely gone with the SKR 1.3.<br />
<br />
I would recommend going with TMC2209 drivers instead of TMC2208 drivers if you can.]]></description>
            <dc:creator>MMcLure</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 19 Sep 2019 14:20:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859564#msg-859564</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859564#msg-859564</link>
            <description><![CDATA[ Yip SKR 1.3 are very cheap....<br />
<br />
I wouldn't bother with a re-arm, unless you already have a ramps based system.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 19 Sep 2019 10:52:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859558#msg-859558</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859558#msg-859558</link>
            <description><![CDATA[ Whoa, that SKR 1.3 is crazy cheap comparatively! Am I reading this right? [<a href="https://www.amazon.com/BIQU-Printer-Smoothieboard-Compatible-Ramps1-4/dp/B07P87J274" target="_blank"  rel="nofollow">www.amazon.com</a>]<br />
$24 for the board and $30 more for Trinamic drivers? I've heard that ARM boards have gotten cheaper but damn that looks good. I'll have to brush up on the whole Marlin 2.0, PlatformIO stuff as I'm still living in the Arduino world, but I'm about to hit the order button right now.]]></description>
            <dc:creator>JangusKhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 19 Sep 2019 09:47:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859526#msg-859526</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859526#msg-859526</link>
            <description><![CDATA[ Yeah - depends on what you're going for. I updated my machine piecemeal (first replacing my Anet board with Arduino Mega/RAMPS, then replacing my Mega with Re-ARM, finally upgrading my A4988 drivers to TMC2209) the upgrade path made more sense for me.<br />
<br />
Another option is to go with a BigTreeTech SKR 1.3 - it's got the same processor as the Re-ARM and has all the built-in wiring required to run the BigTreeTech TMC driver modules without any extra wiring.<br />
<br />
But from all I've heard, the Duet is an excellent option. You'll have to run RepRapFirmware on it instead of Marlin.]]></description>
            <dc:creator>MMcLure</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 18 Sep 2019 17:06:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859482#msg-859482</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859482#msg-859482</link>
            <description><![CDATA[ All good info. Yeah, I saw that bit about the LCD cable but I didn't realize the reason behind it. Here's the thing though, after buying the ReArm, a suitable RAMPS board, and a set of TMC2209 drivers, I'm sitting at somewhere between $70-90. At that point I might as well just buy a Duet board and be done with it, no?]]></description>
            <dc:creator>JangusKhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 17 Sep 2019 16:24:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859480#msg-859480</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859480#msg-859480</link>
            <description><![CDATA[ Trinamics are a good option. I'd recommend the new TMC2209s as having the best feature set. I'm running them for X and Y (I'm still using A4988s for Z and E) so I can help you configure them when it comes to that. There's a bit of extra wiring involved to get everything set up.The TMC2209s have the advantage over the 2208s that you can run up to 4 drivers from a single set of pins - for the 2208s you need to use separate pins for each driver. They also support higher currents.<br />
<br />
I forgot to mention that with Re-ARM/RAMPS you are a bit limited with respect to what displays you can use. The RepRapDiscount Full Graphic Smart controller is the most compatible, although it does require a change to one of the ribbon cables to provide +5V to the display. If you buy the Re-ARM from Panucatt you can pay an extra $1.50 for a cable that splits out the line you need to connect to 5V.]]></description>
            <dc:creator>MMcLure</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 17 Sep 2019 14:51:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859472#msg-859472</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859472#msg-859472</link>
            <description><![CDATA[ Ok, that's what I expected in terms of the RAMPS board and stepper drivers. Didn't know about 32 bit Marlin, but it looks pretty straightforward. The machine already has typical stepper driver modules, but the ReArm board from Panucatt has options to add better ones. I suppose the Trinamic based option is a good bet? Also, any suggestions for a reputable source of RAMPS board? I bought one on Amazon a while back but didn't realize the quality was bad until i had melted the heated bed terminal. Thanks!]]></description>
            <dc:creator>JangusKhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 17 Sep 2019 11:30:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859439#msg-859439</guid>
            <title>Re: Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859439#msg-859439</link>
            <description><![CDATA[ To move to Re-ARM, you'll need the Re-ARM board and a RAMPS board, as well as stepper driver modules. The Re-ARM can run Marlin 2.0.x as an alternative to Smoothieware.]]></description>
            <dc:creator>MMcLure</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 16 Sep 2019 15:49:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,859208,859208#msg-859208</guid>
            <title>Re-ARM to Replace TriGorilla?</title>
            <link>https://reprap.org/forum/read.php?13,859208,859208#msg-859208</link>
            <description><![CDATA[ Long story short, I need to upgrade the control board in my Anycubic Linear Plus from the original TriGorilla to something with more brain power. That little processor just can't handle all the delta kinematic calculations. I've been 3D printing for a while, but I've never swapped a stock control board for an upgrade before. I'm OK with dealing with firmware, but I'm discovering there are more factors to consider than I originally bargained for.<br />
<br />
I've seen a handful of posts about the Re-ARM controller. The description on Panucatt's storefront describes it as a "plug in replacement" for a Mega board. This is where I've started to either overthink or underthink the situation. It can't be that easy, can it? The TriGorilla board is effectively a 2560, but the Re-ARM is a 32-bit processor with ARM architecture. What would the process of making this switch actually look like? Also, I've heard mixed things about Smoothieware, that it's no longer in active development and that there are better options, etc. Any advice on this route? The price makes it very attractive given that the printer kit was only $190 itself.<br />
<br />
Alternately, the Duet 2 Maestro looks pretty nice. It's a bit more expensive but not terribly so.<br />
<br />
Are there any obvious options I'm overlooking? The challenge is to strike a balance of cost and ease of firmware configuration.]]></description>
            <dc:creator>JangusKhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 10 Sep 2019 15:36:18 -0400</pubDate>
        </item>
    </channel>
</rss>
