<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
               xmlns:atom="http://www.w3.org/2005/Atom"
               xmlns:dc="http://purl.org/dc/elements/1.1/"
               xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
               xmlns:admin="http://webns.net/mvcb/"
               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
               xmlns:content="http://purl.org/rss/1.0/modules/content/">
            <channel>
                <title>
					                		OctoPrint not detecting the MMU - Assembly and first prints troubleshooting                                    </title>
                <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/</link>
                <description>Prusa3D Forum Discussion Board</description>
                <language>en-US</language>
                <lastBuildDate>Sat, 18 Apr 2026 19:45:08 +0000</lastBuildDate>
                <generator>wpForo</generator>
                <ttl>60</ttl>
                					                    <item>
                        <title>RE:</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-719912</link>
                        <pubDate>Sun, 25 Aug 2024 14:06:19 +0000</pubDate>
                        <description><![CDATA[Hey @tango,
Author of the PrusaMMU plugin here. The most recent release this month adds support for filament selection with the MMU on MK3.5/3.9/4.
There are two caveats, but I think they&#039;...]]></description>
                        <content:encoded><![CDATA[<p>Hey @tango,</p>
<p>Author of the PrusaMMU plugin here. The most recent release this month adds support for filament selection with the MMU on MK3.5/3.9/4.</p>
<p>There are two caveats, but I think they're reasonable concessions. First, you always need to slice your prints with the MMU profile, don't use the base MK4 profile. Second, when starting every print you will be prompted with the filament selector, if you want it to print as sliced(with the tools you picked) you can click the "Skip" button or let the prompt timeout.</p>
<p>Why the change in behavior?<br />Prusa removed the MMU Single profile in this version of their firmware. The MMU Single profile on the MK3 would send a `Tc` command to instruct the printer to prompt for a filament change. Octoprint would get the command and I could use it to prompt with the plugin. In the new "single" mode, they instruct you to slice with the base profile of your printer(without the MMU). The printer internally reads some comments in the code and uses that to handle the prompt before the print even starts, it also means that the MMU start code for single prints is not within the GCode but directly on the printer. So I couldn't reliably use that. There's a comment in their firmware that maybe they'll bring it back so fingers crossed.</p>
<p>I'm hoping to improve on it a bit and only prompt if there's a single tool in the gcode, I just need to find the time.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>jukebox42</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-719912</guid>
                    </item>
                                        <item>
                        <title>RE: OctoPrint not detecting the MMU</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-715664</link>
                        <pubDate>Sat, 06 Jul 2024 16:58:18 +0000</pubDate>
                        <description><![CDATA[yes octoprint works with mmu, I just finished the mk3.5 upgrade and ran a print with 270 color changes, still works with no changes to octoprint, be sure to set extruders to 5 and check shar...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="0" data-postid="715415" data-mention=""><p><span class="color-20f75d" style="background-color: transparent">yes octoprint works with mmu, I just finished the mk3.5 upgrade and ran a print with 270 color changes, still works with no changes to octoprint, be sure to set extruders to 5 and check shared box.</span></p></blockquote><p>Okay, got it. I'm still learning and wasn't fully aware of just what did the control work for any signals to the MMU. This is an easy enough configuration change to make!</p><blockquote data-userid="0" data-postid="715641" data-mention=""><p><span class="color-20f75d" style="background-color: transparent">Color/tool changes are in the g-code, not something Octoprint tells the printer specifically.</span></p></blockquote><p>Thanks - that makes it quite clear to me what's going on: It's all in the g-code, and if OctoPrint is just passing the commands on to the printer, that makes sense.</p><blockquote data-userid="0" data-postid="715641" data-mention=""><p>The plugin only lets you see the information about MMU status. Once the developer can figure out how to hijack the starting procedure (this plugin isn't his full-time job, and makes no money on it at all), then it'll work like it has in the past where you can choose a tool to use for the print.</p></blockquote><p>I have been reading through his work on this. The plugin still does not recognize my MMU3, but I may be one update behind at this point. I haven't been able to get back to it this week at all. I do see the testing discussions going on and one other person is using an MK3.5 (the problem seems to be with the 3.5 and 4). I did see that he was having an issue with recent changes in Prusa's handling of the setup. I'm following some of that, but since I haven't been involved from early on, I really don't have a complete handle on just what is going on. (And, of course, once he gets it working, there's always the chance that, at some point, Prusa will make more changes that will disable the plugin again!)<br /><br />With the plugin working, you say it only lets me see the info. So I can't make changes with it within OctoPrint? That wouldn't be a big issue for me, since I prefer to do all that in the slicer, so if I have something special I can save the g-code or the slicer file and use it later, but I'm curious about that.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>Tango</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-715664</guid>
                    </item>
                                        <item>
                        <title>RE: OctoPrint not detecting the MMU</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-715641</link>
                        <pubDate>Sat, 06 Jul 2024 11:05:24 +0000</pubDate>
                        <description><![CDATA[Color/tool changes are in the g-code, not something Octoprint tells the printer specifically. Octoprint works with MMU out of the box. The plugin only lets you see the information about MMU ...]]></description>
                        <content:encoded><![CDATA[<p>Color/tool changes are in the g-code, not something Octoprint tells the printer specifically. Octoprint works with MMU out of the box. The plugin only lets you see the information about MMU status. Once the developer can figure out how to hijack the starting procedure (this plugin isn't his full-time job, and makes no money on it at all), then it'll work like it has in the past where you can choose a tool to use for the print.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>MysticGringo</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-715641</guid>
                    </item>
                                        <item>
                        <title>RE:</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-715415</link>
                        <pubDate>Wed, 03 Jul 2024 13:54:51 +0000</pubDate>
                        <description><![CDATA[yes octoprint works with mmu, I just finished the mk3.5 upgrade and ran a print with 270 color changes, still works with no changes to octoprint, be sure to set extruders to 5 and check shar...]]></description>
                        <content:encoded><![CDATA[<p>yes octoprint works with mmu, I just finished the mk3.5 upgrade and ran a print with 270 color changes, still works with no changes to octoprint, be sure to set extruders to 5 and check shared box.</p>
<p> </p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>Duiglen</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-715415</guid>
                    </item>
                                        <item>
                        <title>RE: OctoPrint not detecting the MMU</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-715049</link>
                        <pubDate>Sat, 29 Jun 2024 19:54:31 +0000</pubDate>
                        <description><![CDATA[Posted by: @duiglen what do you use the plug-in for? is there a must have feature, thanksI really hope I&#039;m missing something, but with my limited experimentation, without the Prusa MMU plugi...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="553287" data-postid="714940" data-mention="duiglen"><div class="wpforo-post-quote-author"><strong> Posted by: @duiglen </strong></div><p>what do you use the plug-in for? is there a must have feature, thanks</p></blockquote><p>I really hope I'm missing something, but with my limited experimentation, without the Prusa MMU plugin, I found OctoPrint could run the print, but did not do tool changes, since it didn't think the printer could. So it would work with an MMU (and no plugin) if all you want to do is print in one color.<br /><br />As I said, I hope I'm missing something and that there's a way to tell OctoPrint, "Yes, this printer can do tool changes. You won't get what it's doing, but please just let it do them."</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>Tango</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-715049</guid>
                    </item>
                                        <item>
                        <title>RE: OctoPrint not detecting the MMU</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-714940</link>
                        <pubDate>Fri, 28 Jun 2024 19:51:54 +0000</pubDate>
                        <description><![CDATA[what do you use the plug-in for? is there a must have feature, thanks]]></description>
                        <content:encoded><![CDATA[<p>what do you use the plug-in for? is there a must have feature, thanks</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>Duiglen</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-714940</guid>
                    </item>
                                        <item>
                        <title>RE: OctoPrint not detecting the MMU</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-714889</link>
                        <pubDate>Fri, 28 Jun 2024 05:47:06 +0000</pubDate>
                        <description><![CDATA[I just installed an MMU3 on a MK3.5. I&#039;ve also looked over the information in the links on Github. I had installed the MMU plugin to OctoPrint (running on a Pi Zero 2 W), but it couldn&#039;t fin...]]></description>
                        <content:encoded><![CDATA[<p>I just installed an MMU3 on a MK3.5. I've also looked over the information in the links on Github. I had installed the MMU plugin to OctoPrint (running on a Pi Zero 2 W), but it couldn't find my MMU3. So I found this thread, checked on Github, on the issue thread, removed the plugin on OctoPrint and downloaded the zip file to try to install it from there. The plugin states that it works with MMU2 firmware. It wouldn't see my MMU3. I upgraded and still the same: It says it works with MMU2 firmware and doesn't see my MMU.</p><p>For now I'm using Prusa Connect, but there are features I get from OctoPrint plugins that I don't get from Prusa Link. Also, I'm using a webcam on OctoPrint. Looks like if I'm going to use a webcam with Prusa Connect, I need a Pi running a cam anyway, so I'd rather just be using OctoPrint for the whole thing. (For one thing, I also have an Ender 3 Pro - while Creality has taught me not to trust them and their machines, I still use it and it's easier to use one program for both printers.)<br /><br />I would love to be able to just use OctoPrint for everything and to have the MMU plugin working. I've commented on the threads on the project on Github that I'll be glad to help with testing. It looks, though, like the developer hasn't been working on it for a short while -I'm not saying that as a complaint, just that it seems like it's been a few weeks since anything happened on there.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>Tango</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-714889</guid>
                    </item>
                                        <item>
                        <title>RE: OctoPrint not detecting the MMU</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-713361</link>
                        <pubDate>Tue, 11 Jun 2024 20:52:45 +0000</pubDate>
                        <description><![CDATA[This plugin is being worked on. Prusa changed a few things that the developer did not know about]]></description>
                        <content:encoded><![CDATA[<p>This plugin is being worked on. Prusa changed a few things that the developer did not know about.</p><p>https://github.com/jukebox42/Octoprint-PrusaMMU/issues/43</p><p>https://github.com/jukebox42/Octoprint-PrusaMMU/pull/44</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>MysticGringo</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-713361</guid>
                    </item>
                                        <item>
                        <title>RE: OctoPrint not detecting the MMU</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-713084</link>
                        <pubDate>Sat, 08 Jun 2024 03:20:59 +0000</pubDate>
                        <description><![CDATA[Just a quick follow-up... Pi Zero 2 W&#039;s became available again and I bought up, upgrading to using PrusaLink.  It works fine with the MMU3.  I&#039;m not using Octoprint anymore.]]></description>
                        <content:encoded><![CDATA[<p>Just a quick follow-up... Pi Zero 2 W's became available again and I bought up, upgrading to using PrusaLink.  It works fine with the MMU3.  I'm not using Octoprint anymore.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>zukpr</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-713084</guid>
                    </item>
                                        <item>
                        <title>RE: OctoPrint not detecting the MMU</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-701466</link>
                        <pubDate>Tue, 27 Feb 2024 02:38:57 +0000</pubDate>
                        <description><![CDATA[I do have the same issue, I get suppressed command errors and the print carries on printing nothing :) I haven&#039;t had a to of time to dig through the problem as I&#039;m still working through the ...]]></description>
                        <content:encoded><![CDATA[<p>I do have the same issue, I get suppressed command errors and the print carries on printing nothing :) </p><p>I haven't had a to of time to dig through the problem as I'm still working through the MMU issues I have with it loading. I'll get back to it though.</p><p>I don't have input for #2.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/">Assembly and first prints troubleshooting</category>                        <dc:creator>Geswho69</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mmu3-assembly-and-first-prints-troubleshooting/octoprint-not-detecting-the-mmu/#post-701466</guid>
                    </item>
                                                </channel>
        </rss>
        