<?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>Kellbot! &#187; SDXF Documentation</title>
	<atom:link href="http://www.kellbot.com/category/projects/sdxf-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kellbot.com</link>
	<description>Tinysaurs and Hacking and Nonsense</description>
	<lastBuildDate>Sat, 07 Jan 2012 19:49:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tinysaur Display</title>
		<link>http://www.kellbot.com/2008/12/tinysaur-display/</link>
		<comments>http://www.kellbot.com/2008/12/tinysaur-display/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 15:15:12 +0000</pubDate>
		<dc:creator>Kellbot</dc:creator>
				<category><![CDATA[lased]]></category>
		<category><![CDATA[SDXF Documentation]]></category>
		<category><![CDATA[craft show]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sdxf]]></category>
		<category><![CDATA[Tinysaur]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/?p=99</guid>
		<description><![CDATA[

I'm helping my friend Sara at the Squidfire Holiday Market in Baltimore, Maryland on Sunday. She suggested I bring some Tinysaurs, and so I made a display to neatly hold the Tinysaur kits.

I generated the pattern with a python script I wrote, using the sdxf library.

If you'd like to make your own, the DXF ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p><a class="tt-flickr tt-flickr-Medium" title="Tinysaur Kit Display" href="http://www.flickr.com/photos/kellbot/3086331030/"><img class="alignnone" src="http://farm4.static.flickr.com/3127/3086331030_fbf5268d51.jpg" alt="Tinysaur Kit Display" width="500" height="375" /></a></p>
<p>I&#8217;m helping my friend <a href="http://girlscantell.typepad.com">Sara</a> at the Squidfire Holiday Market in Baltimore, Maryland on Sunday. She suggested I bring some Tinysaurs, and so I made a display to neatly hold the Tinysaur kits.</p>
<p>I generated the pattern with a <a href="http://kellbot.com/sdxf/tinysaurdisplay.py">python script</a> I wrote, using the <a href="http://www.kellbot.com/sdxf-python-library-for-dxf/">sdxf library</a>.</p>
<p>If you&#8217;d like to make your own, the DXF files are up on <a href="http://www.thingiverse.com/thing:235">Thingiverse</a>, or you can grab the python scripts and make one to your own dimensions. I cut it on the laser, but there&#8217;s no reason it couldn&#8217;t be cut on a scroll saw.</p>
<p><a class="tt-flickr tt-flickr-Small" title="first, second, success" href="http://www.flickr.com/photos/kellbot/3085502759/"><img class="alignnone" src="http://farm4.static.flickr.com/3176/3085502759_bc519292e1_m.jpg" alt="first, second, success" width="240" height="180" /></a></p>
<p>Here you can see my first attempt, second attempt, and final. The first two were in cardboard, fantastic for prototyping.</p>
<p>Once all this craft show stuff is over I will probably make a few available in my <a href="http://kfarrell.etsy.com">Etsy shop</a> in case folks who do craft shows are interested in one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2008/12/tinysaur-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python library for generating DXF files</title>
		<link>http://www.kellbot.com/2008/11/python-library-for-generating-dxf-files/</link>
		<comments>http://www.kellbot.com/2008/11/python-library-for-generating-dxf-files/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 23:22:29 +0000</pubDate>
		<dc:creator>Kellbot</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SDXF Documentation]]></category>
		<category><![CDATA[autocad]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[dxf]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/?p=88</guid>
		<description><![CDATA[I've gotten a little frustrated with the limitations of using Processing to generate PDFs for laser cutting. Primarily, there's no support for "hairline" thickness lines, which add an extra step to getting things ready to lase, and there's no way to separate lines into different layers so it can be hard to work with ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>I&#8217;ve gotten a little frustrated with the limitations of using Processing to generate PDFs for laser cutting. Primarily, there&#8217;s no support for &#8220;hairline&#8221; thickness lines, which add an extra step to getting things ready to lase, and there&#8217;s no way to separate lines into different layers so it can be hard to work with the file later if you want to raster etch some lines and vector cut others.</p>
<p>Adam suggested looking into a DXF library someone had written for Python. Indeed, there is a very nice library. Unfortunately the original documentation for it seems to have gone missing.</p>
<p>I&#8217;ve started documenting the library, it&#8217;s called <a href="http://www.kellbot.com/sdxf-python-library-for-dxf/">SDXF</a> and is pretty thorough. I don&#8217;t know Python, or DXF, but so I&#8217;m picking up both as I go along.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2008/11/python-library-for-generating-dxf-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

