<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>ABS settings for Skeinforge</title>
        <description> Hi,
started Skeinforge the first time, closed it and than included the settings from GIT. With the configuration I can use the PLA0.2/PLA0.3 profiles without problems.

Now I want to print with ABS filament, but with the generated gcode from the ABS profile the mendel90 tries to print a raft with a very high extrude speed (the big wheel rotates 1/2-1 upm) so the hobbed bolt brokes the filament.

Her the first lines of the gcode:
G90
G21
M103
M105
M140 S60.0
M141 S30.0
M142 S0.0
M113 S1.0
M108 S210.0
M104 S200.0
G1 X-5.76 Y-2.952 Z0.72 F60.0
G1 F1200.0
G1 E1.0
G1 F60.0
M101
G1 X-5.76 Y74.952 Z0.72 F240.0 E183.3537
G1 X-2.88 Y74.952 Z0.72 F240.0 E6.7783
G1 X-2.88 Y-2.952 Z0.72 F240.0 E183.3537
G1 X0.0 Y-2.952 Z0.72 F240.0 E6.7783
G1 X0.0 Y74.952 Z0.72 F240.0 E183.3537
G1 X2.88 Y74.952 Z0.72 F240.0 E6.7783
G1 X2.88 Y-2.952 Z0.72 F240.0 E183.3537
G1 X5.76 Y-2.952 Z0.72 F240.0 E6.7783
G1 X5.76 Y74.952 Z0.72 F240.0 E183.3537

Have anyone the right settings for ABS?

Thanks and bye,
Norman</description>
        <link>https://reprap.org/forum/read.php?292,255553,255553#msg-255553</link>
        <lastBuildDate>Tue, 16 Jun 2026 11:50:56 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?292,255553,478088#msg-478088</guid>
            <title>Re: ABS settings for Skeinforge</title>
            <link>https://reprap.org/forum/read.php?292,255553,478088#msg-478088</link>
            <description><![CDATA[ If you activate Temperature you also need to activate Raft (but disable Add Raft, ...) to get it to put temperatures into the gcode. For bed temperature changes you need to activate Chamber.<br />
<br />
You can also accesses the values in start.gcode like this:<br />
<br />
<pre class="bbcode">
M83 ; use relative distances for extrusion
G28 ; home axes
G1 X5 Y98 F9000 ; go to front of bed
G1 Z0.05 ; use the bed to block the nozzle to prevent ooze
M190 S100 ; heat the bed part way
M104 S&lt; setting.temperature.ObjectNextLayersTemperature&gt; ; start the nozzle heating
M190 S&lt; setting.chamber.BedTemperature&gt; ; finish heating the bed
M109 S&lt; setting.temperature.ObjectFirstLayerPerimeterTemperature&gt; ; wait for nozzle to heat
G92 E0    ; zero the extruder
G1 E3 F50 ; make a blob
G1 E-1 F1200 ; retract
G1 X40 F4000 ; wipe along the edge of the bed
G1 Z0.3     ; lift before move to centre</pre>
<br />
but without the spaces after the less than sign.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 02 Mar 2015 14:26:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,255553,477996#msg-477996</guid>
            <title>Re: ABS settings for Skeinforge</title>
            <link>https://reprap.org/forum/read.php?292,255553,477996#msg-477996</link>
            <description><![CDATA[ And what is with the Temperatures?<br />
<br />
Did you enabled "Activate Temperature"?<br />
<br />
And if yes, did you make any changes?<br />
I want to implement the Skeinforge tool to another program and so i don’t want to set the Temperature manually.]]></description>
            <dc:creator>DerTieja</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 02 Mar 2015 11:11:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,255553,255965#msg-255965</guid>
            <title>Re: ABS settings for Skeinforge</title>
            <link>https://reprap.org/forum/read.php?292,255553,255965#msg-255965</link>
            <description><![CDATA[ Now it works.<br />
<br />
Thank you very much,<br />
Norman]]></description>
            <dc:creator>normancz</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 17 Oct 2013 12:57:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,255553,255695#msg-255695</guid>
            <title>Re: ABS settings for Skeinforge</title>
            <link>https://reprap.org/forum/read.php?292,255553,255695#msg-255695</link>
            <description><![CDATA[ Copy PLA0.3 and call it ABS0.3, Change start_PLA.gcode to start_ABS.gcode in the Alterations tab and it should give a reasonable starting point.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Wed, 16 Oct 2013 18:35:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,255553,255553#msg-255553</guid>
            <title>ABS settings for Skeinforge</title>
            <link>https://reprap.org/forum/read.php?292,255553,255553#msg-255553</link>
            <description><![CDATA[ Hi,<br />
started Skeinforge the first time, closed it and than included the settings from GIT. With the configuration I can use the PLA0.2/PLA0.3 profiles without problems.<br />
<br />
Now I want to print with ABS filament, but with the generated gcode from the ABS profile the mendel90 tries to print a raft with a very high extrude speed (the big wheel rotates 1/2-1 upm) so the hobbed bolt brokes the filament.<br />
<br />
Her the first lines of the gcode:<br />
G90<br />
G21<br />
M103<br />
M105<br />
M140 S60.0<br />
M141 S30.0<br />
M142 S0.0<br />
M113 S1.0<br />
M108 S210.0<br />
M104 S200.0<br />
G1 X-5.76 Y-2.952 Z0.72 F60.0<br />
G1 F1200.0<br />
G1 E1.0<br />
G1 F60.0<br />
M101<br />
G1 X-5.76 Y74.952 Z0.72 F240.0 E183.3537<br />
G1 X-2.88 Y74.952 Z0.72 F240.0 E6.7783<br />
G1 X-2.88 Y-2.952 Z0.72 F240.0 E183.3537<br />
G1 X0.0 Y-2.952 Z0.72 F240.0 E6.7783<br />
G1 X0.0 Y74.952 Z0.72 F240.0 E183.3537<br />
G1 X2.88 Y74.952 Z0.72 F240.0 E6.7783<br />
G1 X2.88 Y-2.952 Z0.72 F240.0 E183.3537<br />
G1 X5.76 Y-2.952 Z0.72 F240.0 E6.7783<br />
G1 X5.76 Y74.952 Z0.72 F240.0 E183.3537<br />
<br />
Have anyone the right settings for ABS?<br />
<br />
Thanks and bye,<br />
Norman]]></description>
            <dc:creator>normancz</dc:creator>
            <category>Mendel90</category>
            <pubDate>Wed, 16 Oct 2013 12:09:16 -0400</pubDate>
        </item>
    </channel>
</rss>
