<?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>
					                		New Purge Line - Better, but cause a new issue - General discussion, announcements and releases                                    </title>
                <link>https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/</link>
                <description>Prusa3D Forum Discussion Board</description>
                <language>en-US</language>
                <lastBuildDate>Thu, 18 Jun 2026 02:26:00 +0000</lastBuildDate>
                <generator>wpForo</generator>
                <ttl>60</ttl>
                					                    <item>
                        <title>RE: New Purge Line - Better, but cause a new issue</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218759</link>
                        <pubDate>Sat, 30 May 2020 20:53:14 +0000</pubDate>
                        <description><![CDATA[@william-m51Brilliant. Thanks for your help.]]></description>
                        <content:encoded><![CDATA[<p>@william-m51</p><p>Brilliant. Thanks for your help. </p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>NoVolumeSwitch</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218759</guid>
                    </item>
                                        <item>
                        <title>RE: New Purge Line - Better, but cause a new issue</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218715</link>
                        <pubDate>Sat, 30 May 2020 18:29:05 +0000</pubDate>
                        <description><![CDATA[@novolumeswitch;go outside print areaG1 Y-3.0 F1000.0  ; Move the extruder to Y=-3.0,  move at speed 1000mm/minute.G1 Z0.4 F1000.0 ;Move the extruder to 0.4mm above the print surface; select...]]></description>
                        <content:encoded><![CDATA[<p>@novolumeswitch</p><pre>;go outside print area<br />G1 Y-3.0 F1000.0  ; Move the extruder to Y=-3.0,  move at speed 1000mm/minute.<br />G1 Z0.4 F1000.0 ;Move the extruder to 0.4mm above the print surface<br />; select extruder<br />Tc<br />; purge line<br />G1 X55.0 F2000.0 ; Move the extruder to X=55mm<br />G1 Z0.3 F1000.0;  Move the extruder to Z=0.3mm<br />G92 E0.0;  set current extruder position to 0.  Does not extrude.<br />G1 X240.0 E25.0 F2200.0 ; move the extruder to X=240mm, while extruding 25mm of filament<br />G1 Y-2.0 F1000.0; move the extruder to Y=-2.0mm<br />G1 X55.0 E25 F1400.0 ;move to X=55 while extruding 25mm of filament.<br />G1 Z0.20 F1000.0; move to Z=0.2mm.<br />G1 X5.0 E4.0 F1000.0; move to X=5mm, while extruding 4mm of filament.<br /><br /><br />M221 S{if layer_height&lt;0.075}100{else}95{endif}<br />G92 E0.0</pre><div class="wpf-post-button-actions">It looks like you have multiple sets of purge line gcode intermixed.  Definitely would result in a weird purge line.  You might want to click on the little lock above the start g-code section to reset it to the default.  Save what's in there now, first, of course.</div>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>Patrick McNamara</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218715</guid>
                    </item>
                                        <item>
                        <title>RE: New Purge Line - Better, but cause a new issue</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218635</link>
                        <pubDate>Sat, 30 May 2020 12:25:24 +0000</pubDate>
                        <description><![CDATA[I have this in: Printer Settings, Custom G-code, Start Gcode. Using PrusaSlicer 2.2.0I don&#039;t understand this at the moment as I am new to 3D printing, so I will go and learn about G Code.;go...]]></description>
                        <content:encoded><![CDATA[<p>I have this in: Printer Settings, Custom G-code, Start Gcode. Using PrusaSlicer 2.2.0</p><p>I don't understand this at the moment as I am new to 3D printing, so I will go and learn about G Code.</p><p>;go outside print area<br />G1 Y-3.0 F1000.0<br />G1 Z0.4 F1000.0<br />; select extruder<br />Tc<br />; purge line<br />G1 X55.0 F2000.0<br />G1 Z0.3 F1000.0<br />G92 E0.0<br />G1 X240.0 E25.0 F2200.0<br />G1 Y-2.0 F1000.0<br />G1 X55.0 E25 F1400.0<br />G1 Z0.20 F1000.0<br />G1 X5.0 E4.0 F1000.0</p><p>M221 S{if layer_height&lt;0.075}100{else}95{endif}<br />G92 E0.0</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>NoVolumeSwitch</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218635</guid>
                    </item>
                                        <item>
                        <title>RE: New Purge Line - Better, but cause a new issue</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218631</link>
                        <pubDate>Sat, 30 May 2020 12:12:01 +0000</pubDate>
                        <description><![CDATA[Posted by: @novolumeswitch So the new purge line is better, but does anyone else see a problem with filament getting stuck to the nozzle. When it squeezes out the initial blob, the z axis do...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="165088" data-postid="218618" data-mention="novolumeswitch"><div class="wpforo-post-quote-author"><strong> Posted by: @novolumeswitch </strong></div><p>So the new purge line is better, but does anyone else see a problem with filament getting stuck to the nozzle. When it squeezes out the initial blob, the z axis does not raise, resulting in melted filament getting stuck around the opening of the nozzle  I have found that during the print, the filament on the nozzle can come loose and then merge in to the print.</p><p>Prusa, why don’t you raise the z axis when the blob comes out, and then lower the z back to where it was as the nozzle continues to travel in the X direction as it continues the purge?</p><p> </p><p>Thanks, and keep up the awesome work guys!<br /><a href="https://forum.prusa3d.com/wp-content/uploads/2020/05/C8CD07F9-2132-49F1-8661-DF7E91CC6411.jpeg"><img class="alignnone size-medium wp-image-32677" src="https://forum.prusa3d.com/wp-content/uploads/2020/05/C8CD07F9-2132-49F1-8661-DF7E91CC6411-600x500.jpeg" alt="" width="600" height="500" /></a></p></blockquote><p>The purge line is defined in the Printer Settings, Custom G-code, Start Gcode.  In PrusaSlicer 2.2.0, the default purge line code is</p><pre><br />G1 Y-3.0 F1000.0 ; go outside print area<br />G92 E0.0<br />G1 X60.0 E9.0 F1000.0 ; intro line<br />G1 X100.0 E12.5 F1000.0 ; intro line<br />G92 E0.0<br /><br /></pre>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>Patrick McNamara</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218631</guid>
                    </item>
                                        <item>
                        <title>RE: New Purge Line - Better, but cause a new issue</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218623</link>
                        <pubDate>Sat, 30 May 2020 11:10:17 +0000</pubDate>
                        <description><![CDATA[Maybe it was a sliver thing then. It used to be a short line, now it’s a blob and then it goes all the way to the right, and then all the way back to the left before printing.]]></description>
                        <content:encoded><![CDATA[<p>Maybe it was a sliver thing then. It used to be a short line, now it’s a blob and then it goes all the way to the right, and then all the way back to the left before printing. </p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>NoVolumeSwitch</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218623</guid>
                    </item>
                                        <item>
                        <title>RE: New Purge Line - Better, but cause a new issue</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218622</link>
                        <pubDate>Sat, 30 May 2020 11:06:00 +0000</pubDate>
                        <description><![CDATA[New purge line?? When did that get introduced? Is that a Slic3r thing?  I havnt&#039; noticed a change...]]></description>
                        <content:encoded><![CDATA[<p>New purge line?? When did that get introduced? Is that a Slic3r thing?  I havnt' noticed a change...</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>jweaver</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218622</guid>
                    </item>
                                        <item>
                        <title>New Purge Line - Better, but cause a new issue</title>
                        <link>https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218618</link>
                        <pubDate>Sat, 30 May 2020 10:22:26 +0000</pubDate>
                        <description><![CDATA[So the new purge line is better, but does anyone else see a problem with filament getting stuck to the nozzle. When it squeezes out the initial blob, the z axis does not raise, resulting in ...]]></description>
                        <content:encoded><![CDATA[<p>So the new purge line is better, but does anyone else see a problem with filament getting stuck to the nozzle. When it squeezes out the initial blob, the z axis does not raise, resulting in melted filament getting stuck around the opening of the nozzle  I have found that during the print, the filament on the nozzle can come loose and then merge in to the print.</p><p>Prusa, why don’t you raise the z axis when the blob comes out, and then lower the z back to where it was as the nozzle continues to travel in the X direction as it continues the purge?</p><p> </p><p>Thanks, and keep up the awesome work guys!<br /><a href="https://forum.prusa3d.com/wp-content/uploads/2020/05/C8CD07F9-2132-49F1-8661-DF7E91CC6411.jpeg"><img class="alignnone size-medium wp-image-32677" src="https://forum.prusa3d.com/wp-content/uploads/2020/05/C8CD07F9-2132-49F1-8661-DF7E91CC6411-600x500.jpeg" alt="" width="600" height="500" /></a></p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>NoVolumeSwitch</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-general-discussion-announcements-and-releases/new-purge-line-better-but-cause-a-new-issue/#post-218618</guid>
                    </item>
                                                </channel>
        </rss>
        