<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Cura and M80</title>
        <description> Hi

On Cura 14.07 on Mac,

From the Start / end gcode;

Is it possible to put a first line M80 before the M140 M109 because I have an ATX power supply.

For now I inserted the line manually with Textedit.

But if it can be done automatically it would be better   ;-) .

Does anyone have an idea, thank you in advance.

Boboss</description>
        <link>https://reprap.org/forum/read.php?156,410515,410515#msg-410515</link>
        <lastBuildDate>Wed, 22 Jul 2026 06:32:39 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?156,410515,411445#msg-411445</guid>
            <title>Re: Cura and M80</title>
            <link>https://reprap.org/forum/read.php?156,410515,411445#msg-411445</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>BOBOSS</strong><br />
Gcode becomes like this:<br />
<br />
M140 S100.000000<br />
M109 T0 S240.000000<br />
T0<br />
M190 S100.000000<br />
<span style="color:#FF0000">M80</span><br />
;Sliced at: Mon 22-09-2014 21:01:37<br />
;Basic settings: Layer height: 0.3 Walls: 0.6 Fill: 0<br />
;Print time: #P_TIME#<br />
;Filament used: #F_AMNT#m #F_WGHT#g<br />
;Filament cost: #F_COST#<br />
BOBOSS</div></blockquote>
<br />
I normally delete those first few lines so that it runs what I put in the start gcode area. I hate that I cannot delete those values and Cura puts them in automatically.<br />
Oh well just a small price to pay considering the issues ive had with other slicers.]]></description>
            <dc:creator>Floyd</dc:creator>
            <category>Experimental</category>
            <pubDate>Wed, 24 Sep 2014 10:33:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?156,410515,410596#msg-410596</guid>
            <title>Re: Cura and M80</title>
            <link>https://reprap.org/forum/read.php?156,410515,410596#msg-410596</link>
            <description><![CDATA[ I wasn't aware that cura puts statements before the start code.]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>Experimental</category>
            <pubDate>Mon, 22 Sep 2014 16:31:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?156,410515,410550#msg-410550</guid>
            <title>Re: Cura and M80</title>
            <link>https://reprap.org/forum/read.php?156,410515,410550#msg-410550</link>
            <description><![CDATA[ Good evening,<br />
<br />
Of course but if I add M80 :<br />
<br />
<span style="color:#FF0000">M80</span><br />
;Sliced at: {day} {date} {time}<br />
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}<br />
;Print time: {print_time}<br />
;Filament used: {filament_amount}m {filament_weight}g<br />
;Filament cost: {filament_cost}<br />
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line<br />
;M109 S{print_temperature} ;Uncomment to add your own temperature line<br />
G21        ;metric values<br />
G90        ;absolute positioning<br />
M82        ;set extruder to absolute mode<br />
M106 S250     ;start with the fan on<br />
G28 X0 Y0  ;move X/Y to min endstops<br />
G28 Z0     ;move Z to min endstops<br />
G1 Z15.0 F{travel_speed} ;move the platform down 15mm<br />
G92 E0                  ;zero the extruded length<br />
G1 F200 E3              ;extrude 3mm of feed stock<br />
G92 E0                  ;zero the extruded length again<br />
G1 F{travel_speed}<br />
;Put printing message on LCD screen<br />
M117 Printing...<br />
<br />
<br />
<br />
Gcode becomes like this:<br />
<br />
M140 S100.000000<br />
M109 T0 S240.000000<br />
T0<br />
M190 S100.000000<br />
<span style="color:#FF0000">M80</span><br />
;Sliced at: Mon 22-09-2014 21:01:37<br />
;Basic settings: Layer height: 0.3 Walls: 0.6 Fill: 0<br />
;Print time: #P_TIME#<br />
;Filament used: #F_AMNT#m #F_WGHT#g<br />
;Filament cost: #F_COST#<br />
<br />
<br />
And it can not work<br />
<br />
Because the M80 line after line boot heaters<br />
and ATX  will not start ---&gt; not power to heat<br />
<br />
<br />
BOBOSS]]></description>
            <dc:creator>BOBOSS</dc:creator>
            <category>Experimental</category>
            <pubDate>Mon, 22 Sep 2014 15:08:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?156,410515,410534#msg-410534</guid>
            <title>Re: Cura and M80</title>
            <link>https://reprap.org/forum/read.php?156,410515,410534#msg-410534</link>
            <description><![CDATA[ Why not - you are free to put whatever you want in the start G Code.]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>Experimental</category>
            <pubDate>Mon, 22 Sep 2014 14:28:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?156,410515,410515#msg-410515</guid>
            <title>Cura and M80</title>
            <link>https://reprap.org/forum/read.php?156,410515,410515#msg-410515</link>
            <description><![CDATA[ Hi<br />
<br />
On Cura 14.07 on Mac,<br />
<br />
From the Start / end gcode;<br />
<br />
Is it possible to put a first line M80 before the M140 M109 because I have an ATX power supply.<br />
<br />
For now I inserted the line manually with Textedit.<br />
<br />
But if it can be done automatically it would be better   ;-) .<br />
<br />
Does anyone have an idea, thank you in advance.<br />
<br />
Boboss]]></description>
            <dc:creator>BOBOSS</dc:creator>
            <category>Experimental</category>
            <pubDate>Mon, 22 Sep 2014 13:54:26 -0400</pubDate>
        </item>
    </channel>
</rss>
