<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Extruder heater disabled when print commences and ETA is -8 sec??</title>
        <description> I recently went into repetier and tried to print something. I noticed that when it homes, it travels to its designated position and then extrudes a set mm of filament as I edited in the Gcode. Once it gets done, it disables the extruder and does not print.Also, before I even go to print, The estimated printing time is -8 sec? I have no idea what to check or what to look for because everything in my eyes seems correct.</description>
        <link>https://reprap.org/forum/read.php?262,694167,694167#msg-694167</link>
        <lastBuildDate>Sun, 07 Jun 2026 09:42:42 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?262,694167,694482#msg-694482</guid>
            <title>Re: Extruder heater disabled when print commences and ETA is -8 sec??</title>
            <link>https://reprap.org/forum/read.php?262,694167,694482#msg-694482</link>
            <description><![CDATA[ Im not sure I can help much but the GCODE comments are confusing as they don't have codes with them.<br />
You have a M104 code to set the temperature but there is no M116 to wait for the temperature to be reached - even though the comment is there. Since you have extrusion I assume you preheated the extruder before running the code. I would change this for peace of mind.<br />
I can't see anything in the code that should stop it after its turned the fan off.<br />
Hopefully someone more knowledgeable will dive in.<br />
I still think you are just running the start code and not the full file. Are you sure you don't have files with similar names or didn't actually load the file in to repetier when you went to print.]]></description>
            <dc:creator>MCcarman</dc:creator>
            <category>Printing</category>
            <pubDate>Fri, 05 Aug 2016 08:56:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?262,694167,694245#msg-694245</guid>
            <title>Re: Extruder heater disabled when print commences and ETA is -8 sec??</title>
            <link>https://reprap.org/forum/read.php?262,694167,694245#msg-694245</link>
            <description><![CDATA[ When I put edited g code, I meant that I added a line of gcode in the startup to extrude a given amount of filament. I also added the M666 to offset my endstops since the bed is unlevel.<br />
<br />
Here is my start up Gcode. <br />
; Default start code<br />
G28 ; Home extruder<br />
M666 X-1.8 Y-.87 Z-3.3<br />
G28<br />
G1 Z15 F{Z_TRAVEL_SPEED}<br />
M82 ; Extruder in absolute mode<br />
; Activate all used extruder<br />
{IF_EXT0}M104 T0 S{TEMP0}<br />
G92 E0 ; Reset extruder position<br />
; Wait for all used extruders to reach temperature<br />
G1 E20 F100 ;extrude 20mm at 100mm/min<br />
<br />
<br />
<br />
No the Gcode is already saved in the startup gcode. I Slice the model and then once that gcode is created, I dont touch it. I attached a copy of the Gcode]]></description>
            <dc:creator>rcrocket1</dc:creator>
            <category>Printing</category>
            <pubDate>Thu, 04 Aug 2016 09:13:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?262,694167,694229#msg-694229</guid>
            <title>Re: Extruder heater disabled when print commences and ETA is -8 sec??</title>
            <link>https://reprap.org/forum/read.php?262,694167,694229#msg-694229</link>
            <description><![CDATA[ What does "edited the gcode" mean? 8 secs sounds like it is just doing the moves you listed.<br />
Did you slice a model and then edit the gcode ?<br />
Look at the preview to see what the GCODE movements are - I suspect there is nothing.<br />
The movements you describe are typicaly in the startup and shutdown code in both the host options and in the slicer. So with no model sliced that is all you will get if you save the gcode.<br />
Attaching a file of the gcode will help us but I suspect its a fairly simple if fundamental issue.]]></description>
            <dc:creator>MCcarman</dc:creator>
            <category>Printing</category>
            <pubDate>Thu, 04 Aug 2016 07:31:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?262,694167,694167#msg-694167</guid>
            <title>Extruder heater disabled when print commences and ETA is -8 sec??</title>
            <link>https://reprap.org/forum/read.php?262,694167,694167#msg-694167</link>
            <description><![CDATA[ I recently went into repetier and tried to print something. I noticed that when it homes, it travels to its designated position and then extrudes a set mm of filament as I edited in the Gcode. Once it gets done, it disables the extruder and does not print.Also, before I even go to print, The estimated printing time is -8 sec? I have no idea what to check or what to look for because everything in my eyes seems correct.]]></description>
            <dc:creator>rcrocket1</dc:creator>
            <category>Printing</category>
            <pubDate>Wed, 03 Aug 2016 22:53:03 -0400</pubDate>
        </item>
    </channel>
</rss>
