<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Forskningsavdelningen</title>
	
	<link>http://forskningsavd.se</link>
	<description>a hackerspace in Malmö, Sweden</description>
	<lastBuildDate>Thu, 16 Feb 2012 07:33:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/forskningsavdelningen-comments" /><feedburner:info uri="forskningsavdelningen-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on We sent a letter and one week later we got an answer by Efterspelet efter utkanten | copy is right</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/8GqhwDX64MA/</link>
		<dc:creator>Efterspelet efter utkanten | copy is right</dc:creator>
		<pubDate>Thu, 16 Feb 2012 07:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=911#comment-3686</guid>
		<description>[...] till svartklubben, och som inte användes för något brottsligt eller var brottsligt att inneha. Här kan ni läsa vad som beslagtogs. Bland annat rör det sig om sex datorer och en hårddisk.Vad jag [...]</description>
		<content:encoded><![CDATA[<p>[...] till svartklubben, och som inte användes för något brottsligt eller var brottsligt att inneha. Här kan ni läsa vad som beslagtogs. Bland annat rör det sig om sex datorer och en hårddisk.Vad jag [...]</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/8GqhwDX64MA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2010/02/03/we-sent-a-letter-and-one-week-later-we-got-an-answer/comment-page-1/#comment-3686</feedburner:origLink></item>
	<item>
		<title>Comment on Bitmap PCB to G-code for CNC by Gus</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/Kc6KQ_zUTKk/</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Wed, 15 Feb 2012 11:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1634#comment-3685</guid>
		<description>Hi "dude".
I'm interested in your project. Is the source code available?</description>
		<content:encoded><![CDATA[<p>Hi &#8220;dude&#8221;.<br />
I&#8217;m interested in your project. Is the source code available?</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/Kc6KQ_zUTKk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2011/05/27/bitmap-pcb-to-g-code-for-cnc/comment-page-1/#comment-3685</feedburner:origLink></item>
	<item>
		<title>Comment on Bitmap PCB to G-code for CNC by dude</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/cztSHqgXwmw/</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Mon, 13 Feb 2012 15:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1634#comment-3684</guid>
		<description>Ah yes, and a drill hole detector was in there somewhere to generate tap drilling g-code. It was basically designed to find inner traced areas of roughly circular shapes.

These shapes were removed from the trace data, rounded off to the nearest available tool diameter and output to a separate file for each tool.</description>
		<content:encoded><![CDATA[<p>Ah yes, and a drill hole detector was in there somewhere to generate tap drilling g-code. It was basically designed to find inner traced areas of roughly circular shapes.</p>
<p>These shapes were removed from the trace data, rounded off to the nearest available tool diameter and output to a separate file for each tool.</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/cztSHqgXwmw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2011/05/27/bitmap-pcb-to-g-code-for-cnc/comment-page-1/#comment-3684</feedburner:origLink></item>
	<item>
		<title>Comment on Bitmap PCB to G-code for CNC by dude</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/z-tx1CIhcrI/</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Mon, 13 Feb 2012 15:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1634#comment-3683</guid>
		<description>@spe: pcb2gcode (at the time this code was written) produces a pixel trace - ie arcs are NOT arcs, rather tons of short horizontal or vertical lines.

This increases g-code size and the time required to mill the boards due to (de)acceleration required on sharp bends.

Since all bends are 90 degrees the files produced matches the worst-case scenario for this type of work.

A "dumb" machine with no (de)acceleration management will work better than a professional machine in this case, unless the professional machine also has smoothing (there is a G-code for that) but even with smoothing enabled, a properly designed file will still cut faster.

This was what this project intended to address.

Development was stopped, for no reason other than lack of interest. The code was not complex and basically consisted of a pixel tracer, just like pcb2gcode followed by an arc and line detection routine, followed by a routine to calculate the optimum curve/line parameters to match the input data.</description>
		<content:encoded><![CDATA[<p>@spe: pcb2gcode (at the time this code was written) produces a pixel trace &#8211; ie arcs are NOT arcs, rather tons of short horizontal or vertical lines.</p>
<p>This increases g-code size and the time required to mill the boards due to (de)acceleration required on sharp bends.</p>
<p>Since all bends are 90 degrees the files produced matches the worst-case scenario for this type of work.</p>
<p>A &#8220;dumb&#8221; machine with no (de)acceleration management will work better than a professional machine in this case, unless the professional machine also has smoothing (there is a G-code for that) but even with smoothing enabled, a properly designed file will still cut faster.</p>
<p>This was what this project intended to address.</p>
<p>Development was stopped, for no reason other than lack of interest. The code was not complex and basically consisted of a pixel tracer, just like pcb2gcode followed by an arc and line detection routine, followed by a routine to calculate the optimum curve/line parameters to match the input data.</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/z-tx1CIhcrI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2011/05/27/bitmap-pcb-to-g-code-for-cnc/comment-page-1/#comment-3683</feedburner:origLink></item>
	<item>
		<title>Comment on SIDblaster by dude</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/cS9z1zzwOTU/</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Mon, 13 Feb 2012 15:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1065#comment-3682</guid>
		<description>Obviously.

According to the sources I find trustworthy, there is no such thing as a 6580.

6581, 6582 and 8580 in chronological order.

Most references to 6580 seem to be in forums and blogs and I can't find a picture of a chip that reads 6580. Mine are marked 8580.

It seems Heffo is entirely correct, and the wiki article uses the correct part numbers since the page was edited after his/her comment. Blog articles, even the ones that are direct copies from a wiki article, are and will not be corrected.</description>
		<content:encoded><![CDATA[<p>Obviously.</p>
<p>According to the sources I find trustworthy, there is no such thing as a 6580.</p>
<p>6581, 6582 and 8580 in chronological order.</p>
<p>Most references to 6580 seem to be in forums and blogs and I can&#8217;t find a picture of a chip that reads 6580. Mine are marked 8580.</p>
<p>It seems Heffo is entirely correct, and the wiki article uses the correct part numbers since the page was edited after his/her comment. Blog articles, even the ones that are direct copies from a wiki article, are and will not be corrected.</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/cS9z1zzwOTU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2010/05/19/sidblaster/comment-page-1/#comment-3682</feedburner:origLink></item>
	<item>
		<title>Comment on SIDblaster by Lurker</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/jBwxmXmxfIQ/</link>
		<dc:creator>Lurker</dc:creator>
		<pubDate>Mon, 01 Aug 2011 18:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1065#comment-3501</guid>
		<description>There's obviously a misunderstanding, the numbers should be 6580, 6581 and 6582.</description>
		<content:encoded><![CDATA[<p>There&#8217;s obviously a misunderstanding, the numbers should be 6580, 6581 and 6582.</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/jBwxmXmxfIQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2010/05/19/sidblaster/comment-page-1/#comment-3501</feedburner:origLink></item>
	<item>
		<title>Comment on Bitmap PCB to G-code for CNC by spe</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/pxhQozhie-c/</link>
		<dc:creator>spe</dc:creator>
		<pubDate>Mon, 01 Aug 2011 15:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1634#comment-3500</guid>
		<description>How 'bout http://sourceforge.net/apps/mediawiki/pcb2gcode/index.php?title=Main_Page ?</description>
		<content:encoded><![CDATA[<p>How &#8217;bout <a href="http://sourceforge.net/apps/mediawiki/pcb2gcode/index.php?title=Main_Page" rel="nofollow">http://sourceforge.net/apps/mediawiki/pcb2gcode/index.php?title=Main_Page</a> ?</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/pxhQozhie-c" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2011/05/27/bitmap-pcb-to-g-code-for-cnc/comment-page-1/#comment-3500</feedburner:origLink></item>
	<item>
		<title>Comment on Bitmap PCB to G-code for CNC by btomasz</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/DKXaAtMrUeU/</link>
		<dc:creator>btomasz</dc:creator>
		<pubDate>Wed, 01 Jun 2011 06:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1634#comment-3490</guid>
		<description>It looks great! I hope that it will be Open Source. What language you're using?</description>
		<content:encoded><![CDATA[<p>It looks great! I hope that it will be Open Source. What language you&#8217;re using?</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/DKXaAtMrUeU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2011/05/27/bitmap-pcb-to-g-code-for-cnc/comment-page-1/#comment-3490</feedburner:origLink></item>
	<item>
		<title>Comment on Bitmap PCB to G-code for CNC by Kevin</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/KL2rQsE7aGw/</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 01 Jun 2011 04:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1634#comment-3488</guid>
		<description>Please keep us in the loop.</description>
		<content:encoded><![CDATA[<p>Please keep us in the loop.</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/KL2rQsE7aGw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2011/05/27/bitmap-pcb-to-g-code-for-cnc/comment-page-1/#comment-3488</feedburner:origLink></item>
	<item>
		<title>Comment on Bitmap PCB to G-code for CNC by James</title>
		<link>http://feedproxy.google.com/~r/forskningsavdelningen-comments/~3/VCCHEWJrXu4/</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 31 May 2011 22:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://forskningsavd.se/?p=1634#comment-3487</guid>
		<description>Looking forward to it! Especially when other people ask you to mill something, I seem to always get it as a bitmap and I have to manually convert to DXF.</description>
		<content:encoded><![CDATA[<p>Looking forward to it! Especially when other people ask you to mill something, I seem to always get it as a bitmap and I have to manually convert to DXF.</p>
<img src="http://feeds.feedburner.com/~r/forskningsavdelningen-comments/~4/VCCHEWJrXu4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://forskningsavd.se/2011/05/27/bitmap-pcb-to-g-code-for-cnc/comment-page-1/#comment-3487</feedburner:origLink></item>
</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: forskningsavd.se @ 2012-02-16 11:57:08 -->

