<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Printer becomes unresponsive when I initialize a print</title>
        <description> New problem that I have not been able to troubleshoot. I can start the printer with Repetier, home the printer, and heat the extruder. As soon as I hit print, the temp locks in at it&#039;s current temp and the print will not start. If I stop the print, I am still unable to change the temp, and no longer able move the printhead at all, printer becomes totally unresponsive. Repetier still says it is connected to the printer, but there is no communication between the printer and the computer. Only way to &#039;unfreeze it&quot; is to restart the printer.

Any ideas?</description>
        <link>https://reprap.org/forum/read.php?267,566627,566627#msg-566627</link>
        <lastBuildDate>Sat, 07 Mar 2026 23:18:50 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,567106#msg-567106</guid>
            <title>Re: Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,567106#msg-567106</link>
            <description><![CDATA[ Sorry Cjkmiec, we almost forgot it was your problem to be solved.<br />
This problem is builtin to any printer using marlin/Repetier Fw or similar, because if you start a print with a wrong not obtainable temperature, the printer  will be locked endless, because conditions will never be met or may take a very long time to get.<br />
Only solution would normally be a reset or power down, which is not very elegant and that was why I hijacked your question to remember Repetier that this can still be solved by letting host do the temperature surveiilance so the Host program can be cancelled at any time by intervenience which is not possible when FW has this control.]]></description>
            <dc:creator>justcurious</dc:creator>
            <category>Repetier</category>
            <pubDate>Tue, 06 Oct 2015 02:42:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,567054#msg-567054</guid>
            <title>Re: Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,567054#msg-567054</link>
            <description><![CDATA[ My problem was thought that the temp would essentially lock the temp and not change until i was forced to shut down the printer. A M502 and M500 fixed the problem though, must have been a EEPROM setting, thanks.]]></description>
            <dc:creator>cjkmiec</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 05 Oct 2015 20:30:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,567051#msg-567051</guid>
            <title>Re: Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,567051#msg-567051</link>
            <description><![CDATA[ Of course if it was selectable Host/FW control  it would remove the risk if changes would interfere (which i doubt would happen, as it has no meaning), this would be the perfect solution and not add severe  complexity to UI, I think.<br />
But it would add a huge benefit to Repetier Host :-) as situations like cjkmiec above reported, happens quite often..]]></description>
            <dc:creator>justcurious</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 05 Oct 2015 20:03:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,566922#msg-566922</guid>
            <title>Re: Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,566922#msg-566922</link>
            <description><![CDATA[ I mean if response to M105 changes format (again) it may be unparsable for a host version and then it can not control if temp. is reached. That hopefully never happens, but I have no influence on firmware developers and what they do. And the host would ignore things like stabilize time and temp. corridor which you could set in firmware. I personally set these always to 1s so no problem for me, but you never know. Everytime I make a change I get complains that the old behavior was better. If I allow both I get complains about being complicated. Such things always have two sides and it is hard to decide what is better in the end.]]></description>
            <dc:creator>repetier</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 05 Oct 2015 14:03:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,566918#msg-566918</guid>
            <title>Re: Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,566918#msg-566918</link>
            <description><![CDATA[ I am not sure I understand what you mean by "if firmware changes temp. response" but of course some behaveour may limit what you may obtain, but would it be worse than current solution?<br />
The basic limit for response is display update but some effort could easily be made to change this. my private installation has been trimmed down to some few percent but that may of course vary.]]></description>
            <dc:creator>justcurious</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 05 Oct 2015 13:51:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,566783#msg-566783</guid>
            <title>Re: Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,566783#msg-566783</link>
            <description><![CDATA[ On the other side if firmware changes temp. response it does suddenly not work any more and you loose all settings for temperature handling like how long you want to be inside a corridor.<br />
<br />
I see this would be nice to improve speed of response everywhere, but it is by no means an error but defined behavior.]]></description>
            <dc:creator>repetier</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 05 Oct 2015 08:48:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,566660#msg-566660</guid>
            <title>Re: Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,566660#msg-566660</link>
            <description><![CDATA[ Repetier:<br />
If you moved these temperature blocking checks to Host coding it would never be a problem and blocked printing could easily be cancelled.<br />
 FW would still be the same and needs no changes for this improvement. (tu)]]></description>
            <dc:creator>justcurious</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 05 Oct 2015 03:06:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,566652#msg-566652</guid>
            <title>Re: Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,566652#msg-566652</link>
            <description><![CDATA[ Some commands block the printer communication for a while. These are normally at the start of your gcode for heating up extruder and bed. These only return when target temperature is within some bounds for a time set in firmware. These are M109 and M190. Until then no more communication occurs.]]></description>
            <dc:creator>repetier</dc:creator>
            <category>Repetier</category>
            <pubDate>Mon, 05 Oct 2015 02:24:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,566627,566627#msg-566627</guid>
            <title>Printer becomes unresponsive when I initialize a print</title>
            <link>https://reprap.org/forum/read.php?267,566627,566627#msg-566627</link>
            <description><![CDATA[ New problem that I have not been able to troubleshoot. I can start the printer with Repetier, home the printer, and heat the extruder. As soon as I hit print, the temp locks in at it's current temp and the print will not start. If I stop the print, I am still unable to change the temp, and no longer able move the printhead at all, printer becomes totally unresponsive. Repetier still says it is connected to the printer, but there is no communication between the printer and the computer. Only way to 'unfreeze it" is to restart the printer.<br />
<br />
Any ideas?]]></description>
            <dc:creator>cjkmiec</dc:creator>
            <category>Repetier</category>
            <pubDate>Sun, 04 Oct 2015 22:39:40 -0400</pubDate>
        </item>
    </channel>
</rss>
