<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BritishIdeas &#187; inkscape</title>
	<atom:link href="http://www.britishideas.com/tag/inkscape/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.britishideas.com</link>
	<description>Interesting Tech Projects</description>
	<lastBuildDate>Mon, 06 Sep 2010 05:34:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More On Inkscape and DXF Export</title>
		<link>http://www.britishideas.com/2008/09/15/more-on-inkscape-and-dxf-export/</link>
		<comments>http://www.britishideas.com/2008/09/15/more-on-inkscape-and-dxf-export/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 05:06:41 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[CNC]]></category>
		<category><![CDATA[dxf]]></category>
		<category><![CDATA[inkscape]]></category>

		<guid isPermaLink="false">http://www.britishideas.com/2008/09/15/more-on-inkscape-and-dxf-export/</guid>
		<description><![CDATA[Previously I wrote about a DXF exporter for Inkscape. Bob has updated his Better DXF Output exporter for Inkscape 0.46. All the files are now in one place and it is under the GPL v2 license. This is great news for CNC users and I hope it leads to more use for this handy Inkscape]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.britishideas.com/2008/09/04/using-inkscape-for-cnc-designs-and-dxfs/">Previously I wrote</a> about a DXF exporter for Inkscape. Bob has updated his <a href="http://www.bobcookdev.com/inkscape/inkscape-dxf.html">Better DXF Output exporter for Inkscape</a> 0.46. All the files are now in one place and it is under the GPL v2 license. This is great news for CNC users and I hope it leads to more use for this handy Inkscape extension!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d93').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d93" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d93').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d93').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.britishideas.com/2008/09/15/more-on-inkscape-and-dxf-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Inkscape for CNC Designs and DXFs</title>
		<link>http://www.britishideas.com/2008/09/04/using-inkscape-for-cnc-designs-and-dxfs/</link>
		<comments>http://www.britishideas.com/2008/09/04/using-inkscape-for-cnc-designs-and-dxfs/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 05:45:42 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[CNC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dxf]]></category>
		<category><![CDATA[inkscape]]></category>

		<guid isPermaLink="false">http://www.britishideas.com/2008/09/04/using-inkscape-for-cnc-designs-and-dxfs/</guid>
		<description><![CDATA[Update: see this later post before following the instructions below.
I don&#8217;t care for most of the DXF editors available. They seem a bit clunky and not too friendly. But I do like Inkscape. Unfortunately it doesn&#8217;t export DXF files.
Here is a way of getting Inkscape 0.46 to export DXF files which can then be processed]]></description>
			<content:encoded><![CDATA[<p>Update: see <a href="http://www.britishideas.com/2008/09/15/more-on-inkscape-and-dxf-export/">this later post</a> before following the instructions below.</p>
<p>I don&#8217;t care for most of the DXF editors available. They seem a bit clunky and not too friendly. But I do like Inkscape. Unfortunately it doesn&#8217;t export DXF files.</p>
<p>Here is a way of getting Inkscape 0.46 to export DXF files which can then be processed in a CAM program to generate g-code for a CNC machine.</p>
<p>Firstly install <a href="http://www.inkscape.org/" title="Inkscape">Inkscape</a> 0.46. It must be this version.</p>
<p>Next go to <a href="http://www.bobandeileen.com/?p=198" title="bobandeileen.com">this post on BobandEileen.com</a>, right click on the link to  &#8220;dxf_templates.py&#8221; and save it in C:\Program Files\Inkscape\share\extensions.</p>
<p>Next step is to go to <a href="http://www.bobandeileen.com/?p=202" title="bobandeileen.com">another post on BobandEileen.com</a>, right click on the two .py files (&#8220;simpletransform.py&#8221; and &#8220;better_dxf_outlines.py&#8221;) and save in the same place. Then do the same for &#8220;better_dxf_outlines.inx&#8221;.</p>
<p>Restart Inkscape.</p>
<p>Create a drawing and then move it to the bottom left corner of the page. This corner ends up being the origin. If you want your drawing centered on the origin then center it on the corner of the page.</p>
<p>Go to File -&gt; Save As&#8230;</p>
<p>From the list of file types in the save dialog window choose  &#8220;Better DXF Output (*.dxf)&#8221; and save the file.</p>
<p>Now open the DXF file in your favourite CAM program, such as CamBam.</p>
<p>Note that you may need to scale the drawing in your CAM program. Even though I had my drawings correctly sized in Inkscape, they seemed to be quite a bit bigger. If anyone knows how to solve that please post a comment.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d90').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d90" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d90').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d90').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.britishideas.com/2008/09/04/using-inkscape-for-cnc-designs-and-dxfs/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
