<?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>
					                		M601 (pause print) gcode command without moving the print head? - General discussion, announcements and releases                                    </title>
                <link>https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/</link>
                <description>Prusa3D Forum Discussion Board</description>
                <language>en-US</language>
                <lastBuildDate>Thu, 11 Jun 2026 04:43:47 +0000</lastBuildDate>
                <generator>wpForo</generator>
                <ttl>60</ttl>
                					                    <item>
                        <title>RE: M601 (pause print) gcode command without moving the print head?</title>
                        <link>https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697712</link>
                        <pubDate>Mon, 05 Feb 2024 11:13:11 +0000</pubDate>
                        <description><![CDATA[Thanks for your reply :)So the G4 command is what I&#039;m using at the moment with ~20s in total, which sometimes is too long and sometimes is too little 😂, that&#039;s why I wanted to be able to ste...]]></description>
                        <content:encoded><![CDATA[<p>Thanks for your reply :)<br /><br />So the G4 command is what I'm using at the moment with ~20s in total, which sometimes is too long and sometimes is too little 😂, that's why I wanted to be able to step and the resume when confirmed.<br /><br />I've been investigating the specific GCODE on the Mini, which in this case is the Prusa <strong>Buddy</strong> firmware -&gt; <a href="https://help.prusa3d.com/article/buddy-firmware-specific-g-code-commands_633112" target="_blank" rel="noopener">https://help.prusa3d.com/article/buddy-firmware-specific-g-code-commands_633112</a> <br />It doesn't support the <strong>M1</strong> command (which I could use to also show a message), but it supports the <strong>M0</strong> that stops the printer in the current position and wait for the user to resume, which it works for me.</p><p>Thanks you!</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>JV Lobo</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697712</guid>
                    </item>
                                        <item>
                        <title>RE: M601 (pause print) gcode command without moving the print head?</title>
                        <link>https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697706</link>
                        <pubDate>Mon, 05 Feb 2024 10:18:46 +0000</pubDate>
                        <description><![CDATA[you could add beep M300 to notify that it is time to take some action, then  add very long G4 time so the action can be performed and add another beeps to notify user that time is running ou...]]></description>
                        <content:encoded><![CDATA[<p>https://help.prusa3d.com/article/prusa-firmware-specific-g-code-commands_112173<br />maybe you could add beep M300 to notify that it is time to take some action, then  add very long G4 time so the action can be performed and add another beeps to notify user that time is running out and the head will start to run in few seconds?</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>_KaszpiR_</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697706</guid>
                    </item>
                                        <item>
                        <title>RE: M601 (pause print) gcode command without moving the print head?</title>
                        <link>https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697655</link>
                        <pubDate>Sun, 04 Feb 2024 21:41:27 +0000</pubDate>
                        <description><![CDATA[Thanks for the help :)Will try some commands and see if I&#039;m able to get something out of it.]]></description>
                        <content:encoded><![CDATA[<p>Thanks for the help :)<br /><br />Will try some commands and see if I'm able to get something out of it.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>JV Lobo</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697655</guid>
                    </item>
                                        <item>
                        <title>RE: M601 (pause print) gcode command without moving the print head?</title>
                        <link>https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697651</link>
                        <pubDate>Sun, 04 Feb 2024 21:14:25 +0000</pubDate>
                        <description><![CDATA[The prusa printers use a customised Marlin I believe.  However like with ALL printer manufacturers how much of the command set they implement is up to them.  Also Prusa does have a habit of ...]]></description>
                        <content:encoded><![CDATA[<p>The prusa printers use a customised Marlin I believe.  However like with ALL printer manufacturers how much of the command set they implement is up to them.  Also Prusa does have a habit of doing their own thing.</p><p>The Marlin command set is listed here https://marlinfw.org/docs/gcode/M000-M001.html - that's a link tot the M0-M1 command which is Stop.  That *may* do what you want.  However I don't know what you are wanting to do and I don't know if its implemented on the mini.  Only way to find out is to try it.   I don't have a mini so that's up to you.   Its easy enough to add arbitrary commands in PS using the same method as pause or colour change by using the right click on the slider and adding custom.  </p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>Neophyl</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697651</guid>
                    </item>
                                        <item>
                        <title>RE: M601 (pause print) gcode command without moving the print head?</title>
                        <link>https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697646</link>
                        <pubDate>Sun, 04 Feb 2024 21:06:07 +0000</pubDate>
                        <description><![CDATA[I see... I understand. Do you know of any other command that I could use for such a task? (maybe one that is not even a standard marlin command).Thank you :)]]></description>
                        <content:encoded><![CDATA[<p>I see... I understand. <br />Do you know of any other command that I could use for such a task? (maybe one that is not even a standard marlin command).<br /><br />Thank you :)</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>JV Lobo</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697646</guid>
                    </item>
                                        <item>
                        <title>RE: M601 (pause print) gcode command without moving the print head?</title>
                        <link>https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697638</link>
                        <pubDate>Sun, 04 Feb 2024 20:28:48 +0000</pubDate>
                        <description><![CDATA[Not really no.  When you send a M601 you are basically calling a routine embedded in the printers firmware.  So it will do whatever the firmware is programmed to do.  Sometimes the M command...]]></description>
                        <content:encoded><![CDATA[<p>Not really no.  When you send a M601 you are basically calling a routine embedded in the printers firmware.  So it will do whatever the firmware is programmed to do.  </p><p>Sometimes the M commands have parameters that they can use while executing those commands but looking at the Marlin website M601 isn't even a standard marlin command so its just going to do whatever Prusa programmed it to do.  You would have to change the printers firmware and compile it to do whatever you needed.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>Neophyl</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697638</guid>
                    </item>
                                        <item>
                        <title>M601 (pause print) gcode command without moving the print head?</title>
                        <link>https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697634</link>
                        <pubDate>Sun, 04 Feb 2024 19:40:56 +0000</pubDate>
                        <description><![CDATA[Hello!I&#039;m trying some manually written GCODE on my Prusa Mini and I would like to pause the print and wait for the user confirmation to continue, basically what the M601 instruction does. Th...]]></description>
                        <content:encoded><![CDATA[<p>Hello!</p><p>I'm trying some manually written GCODE on my Prusa Mini and I would like to pause the print and wait for the user confirmation to continue, basically what the M601 instruction does. The problem I'm having is that, when using M601, the print head moves to the top-right corner of the printer, which probably makes a lot of sense when 3D printing, but not for my use case.Is there any way I can do the pause without the print head automatically moving?</p><p>Thanks!</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>JV Lobo</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/general-discussion-announcements-and-releases/m601-pause-print-gcode-command-without-moving-the-print-head/#post-697634</guid>
                    </item>
                                                </channel>
        </rss>
        