<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Skeinforge UI suggestions</title>
	<atom:link href="http://makerblock.com/2010/06/skeinforge-ui-suggestions/feed/" rel="self" type="application/rss+xml" />
	<link>http://makerblock.com/2010/06/skeinforge-ui-suggestions/</link>
	<description>And I, for one, welcome our new robotic overlords</description>
	<lastBuildDate>Thu, 10 May 2012 21:33:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: MakerBlock</title>
		<link>http://makerblock.com/2010/06/skeinforge-ui-suggestions/comment-page-1/#comment-1701</link>
		<dc:creator>MakerBlock</dc:creator>
		<pubDate>Mon, 28 Jun 2010 12:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://makerblock.com/?p=1590#comment-1701</guid>
		<description>That&#039;s brilliant!  I totally recognize that this doesn&#039;t help automation.  But, in terms of finding optimal settings on the fly, that&#039;s an amazing solution.  Do you have a way to find out what the factor from the POT is?  That would be useful for later adjusting the actual extrusion rate in Skeinforge.

Though, just knowing you need to increase/decrease the extrusion rate a little is still extremely helpful.</description>
		<content:encoded><![CDATA[<p>That&#8217;s brilliant!  I totally recognize that this doesn&#8217;t help automation.  But, in terms of finding optimal settings on the fly, that&#8217;s an amazing solution.  Do you have a way to find out what the factor from the POT is?  That would be useful for later adjusting the actual extrusion rate in Skeinforge.</p>
<p>Though, just knowing you need to increase/decrease the extrusion rate a little is still extremely helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik de Bruijn</title>
		<link>http://makerblock.com/2010/06/skeinforge-ui-suggestions/comment-page-1/#comment-1700</link>
		<dc:creator>Erik de Bruijn</dc:creator>
		<pubDate>Mon, 28 Jun 2010 11:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://makerblock.com/?p=1590#comment-1700</guid>
		<description>I use a POT with analog in to adjust the amount of extrusion. My firmware multiplies the the extrusion rate with a factor and reports it on the console. This allows you to quickly adjust for differences in filament thickness and can prevent overfill conditions when you&#039;re not properly setup yet. Instant feedback is very useful here. The important thing is that the knobs can also be ignored and a digital setting used, otherwise each file will require tuning. It should be for discovering optimal settings, not for making the process any less automated.</description>
		<content:encoded><![CDATA[<p>I use a POT with analog in to adjust the amount of extrusion. My firmware multiplies the the extrusion rate with a factor and reports it on the console. This allows you to quickly adjust for differences in filament thickness and can prevent overfill conditions when you&#8217;re not properly setup yet. Instant feedback is very useful here. The important thing is that the knobs can also be ignored and a digital setting used, otherwise each file will require tuning. It should be for discovering optimal settings, not for making the process any less automated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sweet PHP script, tragically terrible name &#124; 3D Printer Parts</title>
		<link>http://makerblock.com/2010/06/skeinforge-ui-suggestions/comment-page-1/#comment-1695</link>
		<dc:creator>Sweet PHP script, tragically terrible name &#124; 3D Printer Parts</dc:creator>
		<pubDate>Mon, 28 Jun 2010 09:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://makerblock.com/?p=1590#comment-1695</guid>
		<description>[...] The brilliant scheme I came up with (I’m being sarcastic here) was to take those large files and split them up into smaller files of about 3MB each.  This approach was problematic for a number of reasons.  It required me to download a huge file and slice it up into small files between MySQL inserts.  Copying and pasting 25,000 rows at a time was giving my poor laptop fits.  It also meant I had to manipulate the full plaintext MySQL file, rather than a GZipped version.  On top of all of that, I was paranoid that I would accidentally omit a single row and have to start all over again.  In order to overcome the problem of server timeouts, I wrote a script that would load one small file, finish, then call itself again incrementing to the next file to be loaded, LRR. [...]</description>
		<content:encoded><![CDATA[<p>[...] The brilliant scheme I came up with (I’m being sarcastic here) was to take those large files and split them up into smaller files of about 3MB each.  This approach was problematic for a number of reasons.  It required me to download a huge file and slice it up into small files between MySQL inserts.  Copying and pasting 25,000 rows at a time was giving my poor laptop fits.  It also meant I had to manipulate the full plaintext MySQL file, rather than a GZipped version.  On top of all of that, I was paranoid that I would accidentally omit a single row and have to start all over again.  In order to overcome the problem of server timeouts, I wrote a script that would load one small file, finish, then call itself again incrementing to the next file to be loaded, LRR. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sweet PHP script, tragically terrible name &#124; MakerBlock</title>
		<link>http://makerblock.com/2010/06/skeinforge-ui-suggestions/comment-page-1/#comment-1694</link>
		<dc:creator>Sweet PHP script, tragically terrible name &#124; MakerBlock</dc:creator>
		<pubDate>Mon, 28 Jun 2010 09:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://makerblock.com/?p=1590#comment-1694</guid>
		<description>[...] The brilliant scheme I came up with (I&#8217;m being sarcastic here) was to take those large files and split them up into smaller files of about 3MB each.  This approach was problematic for a number of reasons.  It required me to download a huge file and slice it up into small files between MySQL inserts.  Copying and pasting 25,000 rows at a time was giving my poor laptop fits.  It also meant I had to manipulate the full plaintext MySQL file, rather than a GZipped version.  On top of all of that, I was paranoid that I would accidentally omit a single row and have to start all over again.  In order to overcome the problem of server timeouts, I wrote a script that would load one small file, finish, then call itself again incrementing to the next file to be loaded, LRR. [...]</description>
		<content:encoded><![CDATA[<p>[...] The brilliant scheme I came up with (I&#8217;m being sarcastic here) was to take those large files and split them up into smaller files of about 3MB each.  This approach was problematic for a number of reasons.  It required me to download a huge file and slice it up into small files between MySQL inserts.  Copying and pasting 25,000 rows at a time was giving my poor laptop fits.  It also meant I had to manipulate the full plaintext MySQL file, rather than a GZipped version.  On top of all of that, I was paranoid that I would accidentally omit a single row and have to start all over again.  In order to overcome the problem of server timeouts, I wrote a script that would load one small file, finish, then call itself again incrementing to the next file to be loaded, LRR. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uncle Ben had it right &#124; 3D Printer Parts</title>
		<link>http://makerblock.com/2010/06/skeinforge-ui-suggestions/comment-page-1/#comment-1624</link>
		<dc:creator>Uncle Ben had it right &#124; 3D Printer Parts</dc:creator>
		<pubDate>Sun, 27 Jun 2010 10:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://makerblock.com/?p=1590#comment-1624</guid>
		<description>[...] Skeinforge UI suggestions [...]</description>
		<content:encoded><![CDATA[<p>[...] Skeinforge UI suggestions [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

