<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>No slowdown</title>
        <description> I am using the actual developer version of Slic3r from Github (510ca9f).
The last Commit was &quot;Merge pull request #3303 from hyperair/fix-cooldown&quot;

I have enabled &quot;Auto cooling&quot; and slow down printing if the print time is below 20s with minimum print speed of 1mm/s.
With this configuration the print slows down to approximately 20s on small objects if I am using Slic3r 1.2.9.

But if I am using the above mentioned actual developer version there is no slowdown.</description>
        <link>https://reprap.org/forum/read.php?263,660414,660414#msg-660414</link>
        <lastBuildDate>Thu, 10 Sep 2026 06:13:40 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?263,660414,663061#msg-663061</guid>
            <title>Re: No slowdown</title>
            <link>https://reprap.org/forum/read.php?263,660414,663061#msg-663061</link>
            <description><![CDATA[ OK, I have posted a issue on Github and we found the bug.<br />
<br />
The slowdown is only working, if "verbose output" for the GCode is enabled.]]></description>
            <dc:creator>Wowbagger</dc:creator>
            <category>Slic3r</category>
            <pubDate>Thu, 12 May 2016 08:07:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?263,660414,662149#msg-662149</guid>
            <title>Re: No slowdown</title>
            <link>https://reprap.org/forum/read.php?263,660414,662149#msg-662149</link>
            <description><![CDATA[ Does nobody have the same problem with the actual developer version of Slic3r from Github (510ca9f).?<br />
It is easy to replicate, even as dry run:<br />
- cube with 20mm size<br />
- perimeter:1, no infill<br />
- speed for perimeter 60mm/s<br />
- one layer is 80mm long<br />
<br />
- without auto cooling:<br />
layer time around 2s<br />
<br />
with auto-cooling (slow down if below 20s, min print speed 1mm/s):<br />
layer time is again around 2s (no slow down), but should be around 20s.]]></description>
            <dc:creator>Wowbagger</dc:creator>
            <category>Slic3r</category>
            <pubDate>Tue, 10 May 2016 02:54:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?263,660414,661158#msg-661158</guid>
            <title>Re: No slowdown</title>
            <link>https://reprap.org/forum/read.php?263,660414,661158#msg-661158</link>
            <description><![CDATA[ Yes, I know this. :)<br />
<br />
I only expect a slowdown if the time for a layer is lower than then given threshold.<br />
OK, example:<br />
- My threshold is 20s.<br />
- If the layer time is around or above 20s there is no slowdown and this is correct and expected.<br />
- If the expected layer time is lower than 20s (e.g. 3s), there should be a slowdown, so the effective layer time is around 20s.<br />
<br />
With 1.2.9 and an older dev-version (A) it works as expected and described.<br />
With the actual dev-version (B ) there is no slowdown.<br />
<br />
example:<br />
- small object (cube with one perimeter an no infill)<br />
- auto-cooling disabled: layer time 2-3s for A and B.<br />
- auto-cooling enabled: layer time for A: around 20s, layer time for B: 2-3s]]></description>
            <dc:creator>Wowbagger</dc:creator>
            <category>Slic3r</category>
            <pubDate>Sat, 07 May 2016 04:22:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?263,660414,661141#msg-661141</guid>
            <title>Re: No slowdown</title>
            <link>https://reprap.org/forum/read.php?263,660414,661141#msg-661141</link>
            <description><![CDATA[ the effect does mater on the object, as I reaf it it will only slow down when the printing time gets below the threshold]]></description>
            <dc:creator>amigob</dc:creator>
            <category>Slic3r</category>
            <pubDate>Sat, 07 May 2016 03:51:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?263,660414,661126#msg-661126</guid>
            <title>Re: No slowdown</title>
            <link>https://reprap.org/forum/read.php?263,660414,661126#msg-661126</link>
            <description><![CDATA[ The effect doesn't depend on the object. Even with a cube I have no slowdown.<br />
The older version 1.2.9 (with the nasty gap infill bug) or some older developer version slows down as expected.]]></description>
            <dc:creator>Wowbagger</dc:creator>
            <category>Slic3r</category>
            <pubDate>Sat, 07 May 2016 02:44:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?263,660414,660963#msg-660963</guid>
            <title>Re: No slowdown</title>
            <link>https://reprap.org/forum/read.php?263,660414,660963#msg-660963</link>
            <description><![CDATA[ what are you printing with these settings ?]]></description>
            <dc:creator>amigob</dc:creator>
            <category>Slic3r</category>
            <pubDate>Fri, 06 May 2016 11:42:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?263,660414,660414#msg-660414</guid>
            <title>No slowdown</title>
            <link>https://reprap.org/forum/read.php?263,660414,660414#msg-660414</link>
            <description><![CDATA[ I am using the actual developer version of Slic3r from Github (510ca9f).<br />
The last Commit was "Merge pull request #3303 from hyperair/fix-cooldown"<br />
<br />
I have enabled "Auto cooling" and slow down printing if the print time is below 20s with minimum print speed of 1mm/s.<br />
With this configuration the print slows down to approximately 20s on small objects if I am using Slic3r 1.2.9.<br />
<br />
But if I am using the above mentioned actual developer version there is no slowdown.]]></description>
            <dc:creator>Wowbagger</dc:creator>
            <category>Slic3r</category>
            <pubDate>Thu, 05 May 2016 03:11:44 -0400</pubDate>
        </item>
    </channel>
</rss>
