<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>How to add HOME to SFACT</title>
        <description> Hi

I have tried SFACT with excellent results. However I would like to be able to use the HOME plugin. Having copied the plugin which file do I alter to add it back to the Craft menu?</description>
        <link>https://reprap.org/forum/read.php?154,98162,98162#msg-98162</link>
        <lastBuildDate>Tue, 15 Sep 2026 11:53:10 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?154,98162,98788#msg-98788</guid>
            <title>Re: How to add HOME to SFACT</title>
            <link>https://reprap.org/forum/read.php?154,98162,98788#msg-98788</link>
            <description><![CDATA[ ahmetcemturan Wrote:<br />
-------------------------------------------------------<br />
&gt; In the main branch you have to move the home.py<br />
&gt; out of the obsolete plugins directory to the other<br />
&gt; ones.<br />
&gt; Or better use the daily branch.  It has the old<br />
&gt; plugins still in place so you only need to modify<br />
&gt; exrtrusion.py.<br />
&gt; (it could still be that it wont work due to some<br />
&gt; changed variables....)<br />
<br />
<br />
Many thanks.<br />
<br />
Installed daily branch. Now working.]]></description>
            <dc:creator>emt</dc:creator>
            <category>Skeinforge</category>
            <pubDate>Sat, 24 Sep 2011 13:24:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?154,98162,98756#msg-98756</guid>
            <title>Re: How to add HOME to SFACT</title>
            <link>https://reprap.org/forum/read.php?154,98162,98756#msg-98756</link>
            <description><![CDATA[ In the main branch you have to move the home.py out of the obsolete plugins directory to the other ones.<br />
Or better use the daily branch.  It has the old plugins still in place so you only need to modify exrtrusion.py.<br />
(it could still be that it wont work due to some changed variables....)]]></description>
            <dc:creator>ahmetcemturan</dc:creator>
            <category>Skeinforge</category>
            <pubDate>Sat, 24 Sep 2011 01:26:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?154,98162,98717#msg-98717</guid>
            <title>Re: How to add HOME to SFACT</title>
            <link>https://reprap.org/forum/read.php?154,98162,98717#msg-98717</link>
            <description><![CDATA[ Hi<br />
<br />
I made the change I thought was required and I have just realised SFACT is not including the home procedure. <br />
<br />
<br />
extrusion.py<br />
<br />
def getCraftSequence():<br />
	"""Get the extrusion craft sequence."""<br />
	return 'carve scale bottom preface inset fill multiply speed temperature raft skirt chamber jitter clip stretch skin comb cool wipe home lash limit dimension export'.split()<br />
<br />
<br />
What have I missed out? Or do I need it in a particular place?]]></description>
            <dc:creator>emt</dc:creator>
            <category>Skeinforge</category>
            <pubDate>Fri, 23 Sep 2011 13:16:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?154,98162,98296#msg-98296</guid>
            <title>Re: How to add HOME to SFACT</title>
            <link>https://reprap.org/forum/read.php?154,98162,98296#msg-98296</link>
            <description><![CDATA[ nophead Wrote:<br />
-------------------------------------------------------<br />
&gt; Don't the objects come unstuck when you let the<br />
&gt; bed cool and then heat it again?<br />
<br />
<br />
<br />
I have provision to clamp them. I am not advocating this as standard practice but it has proved useful on a couple of occasions.]]></description>
            <dc:creator>emt</dc:creator>
            <category>Skeinforge</category>
            <pubDate>Tue, 20 Sep 2011 12:02:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?154,98162,98273#msg-98273</guid>
            <title>Re: How to add HOME to SFACT</title>
            <link>https://reprap.org/forum/read.php?154,98162,98273#msg-98273</link>
            <description><![CDATA[ Don't the objects come unstuck when you let the bed cool and then heat it again?]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Skeinforge</category>
            <pubDate>Tue, 20 Sep 2011 08:02:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?154,98162,98254#msg-98254</guid>
            <title>Re: How to add HOME to SFACT</title>
            <link>https://reprap.org/forum/read.php?154,98162,98254#msg-98254</link>
            <description><![CDATA[ Many thanks.<br />
<br />
My set up is unusual. I use EMC with Mendel. My background is CNC and I prefer the total machine control EMC provides. In the home file I issue an optional stop command and sometimes a bed heat reduction command. This means I can stop between layers if I want to. This enables all kinds of actions. Embedding nuts. Putting in prefabricated supports. I have also started a job, had to go out so stopped it and carried on the next day.]]></description>
            <dc:creator>emt</dc:creator>
            <category>Skeinforge</category>
            <pubDate>Tue, 20 Sep 2011 04:00:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?154,98162,98214#msg-98214</guid>
            <title>Re: How to add HOME to SFACT</title>
            <link>https://reprap.org/forum/read.php?154,98162,98214#msg-98214</link>
            <description><![CDATA[ The file to change is:<br />
skeinforge_application\skeinforge_plugins\profile_plugins\extrusion.py<br />
<br />
The original sequence is:<br />
carve scale bottom preface widen inset fill multiply speed temperature raft skirt chamber tower jitter clip stretch skin (leadin) comb cool hop wipe oozebane splodge home lash fillet limit dimension unpause export<br />
<br />
Although I put clip in front of raft... leadin is not in the original sequence...<br />
<br />
But what do you need home plugin for...  You can have your printer home before print with preface and also add to the start.gmc file...<br />
the current daily has also some extra lines that you can add to the start of the gcode file.]]></description>
            <dc:creator>ahmetcemturan</dc:creator>
            <category>Skeinforge</category>
            <pubDate>Mon, 19 Sep 2011 18:16:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?154,98162,98162#msg-98162</guid>
            <title>How to add HOME to SFACT</title>
            <link>https://reprap.org/forum/read.php?154,98162,98162#msg-98162</link>
            <description><![CDATA[ Hi<br />
<br />
I have tried SFACT with excellent results. However I would like to be able to use the HOME plugin. Having copied the plugin which file do I alter to add it back to the Craft menu?]]></description>
            <dc:creator>emt</dc:creator>
            <category>Skeinforge</category>
            <pubDate>Mon, 19 Sep 2011 09:41:11 -0400</pubDate>
        </item>
    </channel>
</rss>
