<?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; lased</title>
	<atom:link href="http://www.kellbot.com/category/lased/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>Test Tube Spice Rack</title>
		<link>http://www.kellbot.com/2010/12/test-tube-spice-rack/</link>
		<comments>http://www.kellbot.com/2010/12/test-tube-spice-rack/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 19:43:16 +0000</pubDate>
		<dc:creator>Postling</dc:creator>
				<category><![CDATA[lased]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/2010/12/test-tube-spice-rack/</guid>
		<description><![CDATA[	A friend of mine had all her spices stolen appropriated when her old roommate moved out. So I made her this spice rack for Christmas:		It holds up to 18 test tubes of spices, pre-filled with 12 and each labeled with a suitably scientific sounding abbreviation.	Each glass tube holds about 1 ounce of spice. The ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>	A friend of mine had all her spices <del datetime="2010-12-30T04:12:08+00:00">stolen </del>appropriated when her old roommate moved out. So I made her this spice rack for Christmas:</p>
<p>	<a href="http://www.flickr.com/photos/kellbot/5301236647/" title="Spice Rack by kellbot, on Flickr"><img alt="Spice Rack" height="333" src="http://farm6.static.flickr.com/5162/5301236647_776104cbe6.jpg" width="500" /></a></p>
<p>	It holds up to 18 test tubes of spices, pre-filled with 12 and each labeled with a suitably scientific sounding abbreviation.</p>
<p>	Each glass tube holds about 1 ounce of spice. The rack is made from 1/4&quot; acrylic. I can put the plans up on thingaverse if anyone is interested, but it&#39;s pretty self-explanatory.</p>
<p>	The idea was unabashedly yanked from Dean and DeLuca, but I like my version better. Theirs is more steampunk, mine is more &quot;cooking class 2120.&quot;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2010/12/test-tube-spice-rack/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Meta Lego Storage</title>
		<link>http://www.kellbot.com/2010/06/meta-lego-storage/</link>
		<comments>http://www.kellbot.com/2010/06/meta-lego-storage/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 15:04:36 +0000</pubDate>
		<dc:creator>Postling</dc:creator>
				<category><![CDATA[crafting]]></category>
		<category><![CDATA[lased]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[lego]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/2010/06/meta-lego-storage/</guid>
		<description><![CDATA[	In need of a way to organize and store my Lego obsession, I made a bunch of acrylic boxes which not only hold Legos, but also stack and interlock similarly:
	
	Each brick box holds 64+ of the same-shape piece. So the 1x1 box will hold 64 1x1 bricks, and the 2x2 holds 64 2x2 bricks. ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>	In need of a way to organize and store <a href="http://www.flickr.com/photos/kellbot/collections/72157624316889052/">my Lego obsession</a>, I made a bunch of acrylic boxes which not only hold Legos, but also stack and interlock similarly:</p>
<p>	<img alt="" src="http://images.postling.com/f/f54/g_400xN.3068.jpg" style="width: 400px; height: 266px;" /></p>
<p>	Each brick box holds 64+ of the same-shape piece. So the 1&#215;1 box will hold 64 1&#215;1 bricks, and the 2&#215;2 holds 64 2&#215;2 bricks. The larger ones hold a few more due to how the sizing works out. The 1&#215;1 box is 40mm per side (external dimensions).</p>
<p>	I <a href="http://www.thingiverse.com/thing:3379/">posted the patterns on Thingiverse</a> should anyone wish to make their own. No,&nbsp; I&#39;m not going to make and sell them. They&#39;re time consuming to make, and plus I&#39;m pretty sure Lego would sue me. If you don&#39;t have access to a laser cutter, I&#39;d suggest using a service like Ponoko.</p>
<p>	The patterns were generated in OpenSCAD using the following code. Change &quot;rows&quot; and &quot;cols&quot; to get the lego size you desire. By the way, I&#8217;m teaching a <a href="http://openscad.eventbrite.com">class on OpenSCAD</a> in Brooklyn next weekend!</p>
<p>
<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">fundamental_unit <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0.8</span><span style="color: #339933;">;</span>
thickness <span style="color: #339933;">=</span><span style="color: #cc66cc;">3</span><span style="color: #339933;">;</span>
h_pitch <span style="color: #339933;">=</span> <span style="color: #cc66cc;">10</span><span style="color: #339933;">;</span>
v_pitch <span style="color: #339933;">=</span> <span style="color: #cc66cc;">12</span><span style="color: #339933;">;</span>
tform <span style="color: #339933;">=</span> <span style="color: #cc66cc;">5</span><span style="color: #339933;">;</span>
knob <span style="color: #339933;">=</span> fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">;</span>
module side<span style="color: #009900;">&#40;</span>rows<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	lwidth <span style="color: #339933;">=</span> rows<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">;</span>
	lheight <span style="color: #339933;">=</span> v_pitch<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>tform<span style="color: #339933;">;</span>
	difference<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
		square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth, lheight<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">10</span>,<span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth<span style="color: #339933;">-</span><span style="color: #cc66cc;">20</span>,thickness<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">10</span>,lheight<span style="color: #339933;">-</span>thickness,<span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth<span style="color: #339933;">-</span><span style="color: #cc66cc;">20</span>,thickness<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>thickness, <span style="color: #cc66cc;">10</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span>,lheight<span style="color: #339933;">-</span><span style="color: #cc66cc;">10</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>thickness, <span style="color: #cc66cc;">10</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth<span style="color: #339933;">-</span>thickness,<span style="color: #cc66cc;">10</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>thickness, lheight<span style="color: #339933;">-</span><span style="color: #cc66cc;">20</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
module top<span style="color: #009900;">&#40;</span>rows,cols,holes<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	lwidth <span style="color: #339933;">=</span> rows<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">;</span>
	llength <span style="color: #339933;">=</span> cols<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">;</span>
	difference<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth,llength<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>thickness,<span style="color: #cc66cc;">10</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">10</span>,thickness<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth,<span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #339933;">-</span>thickness,<span style="color: #cc66cc;">10</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth,<span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #339933;">-</span><span style="color: #cc66cc;">10</span>,thickness<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth,llength<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #339933;">-</span><span style="color: #cc66cc;">10</span>,<span style="color: #339933;">-</span>thickness<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>lwidth,llength<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #339933;">-</span>thickness,<span style="color: #339933;">-</span><span style="color: #cc66cc;">10</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>	
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span>,llength<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">10</span>,<span style="color: #339933;">-</span>thickness<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span>,llength<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> square<span style="color: #009900;">&#40;</span>size<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>thickness,<span style="color: #339933;">-</span><span style="color: #cc66cc;">10</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>	
		<span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>holes<span style="color: #339933;">==</span><span style="color: #000066; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
			<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> <span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span>cols<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
				<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>j<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span>rows<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
				translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span>j<span style="color: #339933;">*</span>knob<span style="color: #339933;">-</span>knob<span style="color: #339933;">/</span><span style="color: #cc66cc;">2</span>,i<span style="color: #339933;">*</span>knob<span style="color: #339933;">-</span><span style="color: #009900;">&#40;</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #cc66cc;">2</span>,<span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> circle<span style="color: #009900;">&#40;</span>r<span style="color: #339933;">=</span>fundamental_unit<span style="color: #339933;">*</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">*</span>tform<span style="color: #339933;">/</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
				<span style="color: #009900;">&#125;</span>
			<span style="color: #009900;">&#125;</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
rows <span style="color: #339933;">=</span> <span style="color: #cc66cc;">2</span><span style="color: #339933;">;</span>
cols <span style="color: #339933;">=</span> <span style="color: #cc66cc;">4</span><span style="color: #339933;">;</span>
&nbsp;
h_spacing <span style="color: #339933;">=</span>  rows<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">+</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">;</span>
l_spacing <span style="color: #339933;">=</span>  cols<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">+</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">;</span>
v_spacing <span style="color: #339933;">=</span> fundamental_unit<span style="color: #339933;">*</span>v_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">+</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">;</span>
&nbsp;
side<span style="color: #009900;">&#40;</span>rows<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span> rows<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">+</span><span style="color: #cc66cc;">10</span>,<span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> side<span style="color: #009900;">&#40;</span>rows<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span>,v_spacing<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> side<span style="color: #009900;">&#40;</span>cols<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span> cols<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">+</span><span style="color: #cc66cc;">10</span>,v_spacing<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> side<span style="color: #009900;">&#40;</span>cols<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">2</span><span style="color: #339933;">*</span>v_spacing<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> top<span style="color: #009900;">&#40;</span>rows,cols,<span style="color: #000066; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
translate<span style="color: #009900;">&#40;</span>v<span style="color: #339933;">=</span><span style="color: #009900;">&#91;</span> rows<span style="color: #339933;">*</span>fundamental_unit<span style="color: #339933;">*</span>h_pitch<span style="color: #339933;">*</span>tform<span style="color: #339933;">+</span><span style="color: #cc66cc;">10</span>,<span style="color: #cc66cc;">2</span><span style="color: #339933;">*</span>v_spacing<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> top<span style="color: #009900;">&#40;</span>rows,cols,<span style="color: #000066; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

</p>
<p>	In the next batch I&#39;m going to make the nubs a little smaller than the holes. They work now, but it&#39;s a bit fiddly getting everything to line up just so. A little more forgiveness would be nice. Also, OpenSCAD does strange things with circles. Rather than simply write a circle in the DXF, it represents it as a bunch of line segments. I&#8217;m not sure if there&#8217;s a way around this, but it&#8217;s marginally irritating.</p>
<p>You can download a .dxf for a few different box sizes <a href="http://www.thingiverse.com/thing:3379">on Thingiverse</a>.<br />
I&#8217;ve also created a <a href="http://www.flickr.com/photos/kellbot/collections/72157624316889052/">Flickr Collection</a> for my various Lego stuff.</p>
<p><a href="http://www.flickr.com/photos/kellbot/4715585844/" title="Meta Lego by kellbot, on Flickr"><img src="http://farm5.static.flickr.com/4063/4715585844_5f1a5ba114.jpg" width="500" height="333" alt="Meta Lego" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2010/06/meta-lego-storage/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Lased: Miniature Embroidery Hoops</title>
		<link>http://www.kellbot.com/2010/04/lased-miniature-embroidery-hoops/</link>
		<comments>http://www.kellbot.com/2010/04/lased-miniature-embroidery-hoops/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 17:06:21 +0000</pubDate>
		<dc:creator>Postling</dc:creator>
				<category><![CDATA[crafting]]></category>
		<category><![CDATA[Etsy]]></category>
		<category><![CDATA[lased]]></category>
		<category><![CDATA[cross stitch]]></category>
		<category><![CDATA[miniature]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/2010/04/lased-miniature-embroidery-hoops/</guid>
		<description><![CDATA[	I spent a decent portion of yesterday on the laser, prototyping a tiny embroidery hoop for (duh) tiny embroidery. I&#39;m pretty happy with the results. So much in fact that I&#39;ve decided to start offering tiny embroidery kits along side my tiny dinosaur kits.		The embroidery hoop is made from laser cut acrylic, and the ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>	I spent a decent portion of yesterday on the laser, prototyping a tiny embroidery hoop for (duh) tiny embroidery. I&#39;m pretty happy with the results. So much in fact that I&#39;ve decided to start offering <a href="http://www.etsy.com/view_listing.php?listing_id=44700771">tiny embroidery kits</a> along side my tiny dinosaur kits.</p>
<p>	<img alt="" height="266" src="http://images.postling.com/5/5b6/g_400xN.1812.jpg" width="400" /></p>
<p>	The embroidery hoop is made from laser cut acrylic, and the rubber band provides tension to keep everything in place. The whole thing measures 1.5&quot; across, a standard sewing machine bobbin is show for scale in the picture above. I actually neglected to save the cut file (oops) but it&#39;s pretty simple: two concentric rings (0.2&quot; wide), with the outside diameter of the smaller ring being 0.05&quot; smaller than the <strong>inside </strong>diameter of the larger ring. The large ring has a &quot;nub&quot; on the side for the rubber band, and is split down the middle on that side.</p>
<p>	<img alt="" height="266" src="http://images.postling.com/f/f54/g_400xN.1813.jpg" width="400" /></p>
<p>	There&#39;s about a 1&quot; diameter working area. I used 28 count aida fabric, which gave me approximately 28 &quot;pixels&quot; across to work with. Chris helped me design a cupcake chart for counted cross stitch. It uses 7 colors: white, red, light pink, dark pink, pink, grey, and light grey. It&#39;s a nice portable project because it fits in your pocket. I&#39;ve listed a kit for sale on Etsy and may bring a few down to <a href="http://www.springbadabing.com">Spring BadaBing</a> in Richmond, VA this weekend.</p>
<p>	Here&#39;s the chart for your cross-stitch pleasure:</p>
<p>	<img alt="" height="325" src="http://images.postling.com/1/155/g_fullxfull.1814.jpg" width="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2010/04/lased-miniature-embroidery-hoops/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Packaging Evolution</title>
		<link>http://www.kellbot.com/2009/03/packaging-evolution/</link>
		<comments>http://www.kellbot.com/2009/03/packaging-evolution/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 10:26:33 +0000</pubDate>
		<dc:creator>Kellbot</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[crafting]]></category>
		<category><![CDATA[lased]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[Tinysaur]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/?p=172</guid>
		<description><![CDATA[My packaging has been through a number of iterations since the first Tinysaur was shipped.

The first was an "Oh no I need packaging" sort of thing, where I haphazardly went to Duane Reade to pick up the least boring paper I could find - which turned out to be construction paper.

I ran the construction ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>My packaging has been through a number of iterations since the first Tinysaur was shipped.<br />
<a title="Tinysaur by Pinko Scum, on Flickr" href="http://www.flickr.com/photos/pinkoscum/3098520434/"><img class="alignleft" src="http://farm4.static.flickr.com/3019/3098520434_6451d891ed_m.jpg" alt="Tinysaur" width="240" height="116" /></a><br />
The first was an &#8220;Oh no I need packaging&#8221; sort of thing, where I haphazardly went to Duane Reade to pick up the least boring paper I could find &#8211; which turned out to be construction paper.</p>
<p>I ran the construction paper through a laser printer (as in toner, not coherent light) to throw the word &#8220;Tinysaur&#8221; on the outside, and then cut the envelope shape out on the laser cutter.<a title="2009-01-12 Tinysaur package closeup by finrod, on Flickr" href="http://www.flickr.com/photos/51493609@N00/3192701003/"><img class="alignleft" src="http://farm4.static.flickr.com/3498/3192701003_6cf6f877aa_m.jpg" alt="2009-01-12 Tinysaur package closeup" width="180" height="240" /></a> I didn&#8217;t really have a decent method for registration (lining up the print with the cutting) so it took a while. And folding the little envelopes turned out to be a pain.</p>
<p>After having to recruit friends to help me fold tiny envelopes during the holiday rush, and running out of construction paper, I got a little smarter. I started using bags with staple-tags, much easier to cut. Now they look almost respectable.</p>
<p>But they were still not quite ready for a retail-side display&#8230; which I realized when I was talking to a purchaser for a chain of museum shops. Oops.</p>
<p><a class="alignright" title="New Packaging by kellbot, on Flickr" href="http://www.flickr.com/photos/kellbot/3287546315/"><img src="http://farm4.static.flickr.com/3567/3287546315_b13795126b_m.jpg" alt="New Packaging" width="240" height="180" /></a>Which brings me to my current matchbook-style packaging. It takes a little more energy than the staple-tag, but feels nice and solid, and gives me plenty of room for marketing copy (uh&#8230; about that&#8230;).</p>
<p>Next on my packaging to-dos is to redesign the instruction sheets, which I&#8217;ve been putting off for a while. Ugh.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2009/03/packaging-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s Wooden Displays</title>
		<link>http://www.kellbot.com/2009/03/todays-wooden-displays/</link>
		<comments>http://www.kellbot.com/2009/03/todays-wooden-displays/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 05:17:39 +0000</pubDate>
		<dc:creator>Kellbot</dc:creator>
				<category><![CDATA[crafting]]></category>
		<category><![CDATA[lased]]></category>
		<category><![CDATA[craft show]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[product packaging]]></category>
		<category><![CDATA[Tinysaur]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/?p=169</guid>
		<description><![CDATA[Most of the last week has been spent prepping for a craft show, my first one in about two years. In order to get ready for the craft show, and also to attract some more wholesale clients, I've been working on some nice wooden display stands for Tinysaur.

 These are the displays I'm using ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>Most of the last week has been spent prepping for a craft show, my first one in about two years. In order to get ready for the craft show, and also to attract some more wholesale clients, I&#8217;ve been working on some nice wooden display stands for Tinysaur.</p>
<p><a title="Getting ready for Prime Time by kellbot, on Flickr" href="http://www.flickr.com/photos/kellbot/3384444576/"><img class="alignleft" src="http://farm4.static.flickr.com/3541/3384444576_05aa9914e1_m.jpg" alt="Getting ready for Prime Time" width="240" height="180" /></a> These are the displays I&#8217;m using for the upcoming show. They&#8217;re laser cut/etched wood. Each stand holds a different model Tinysaur. The stand on the far left is a prototype, hence its lack of a dinosaur etching.</p>
<p>Each display holds about 30 Tinysaurs. Each Tinysaur is contained in its own matchbook-style packaging. I plan on using these displays to transport the Tinysaurs, but more on that later.</p>
<p>Designing a display takes a while, and is an iterative process. The first time I cut one, I realized the front piece was too short, and had to make a new one. I also decided the runners on the sides were too short, it looked a little stumpy.  So I added two more inches to it. Which turned out to look a little ridiculously long.<br />
<a title="Work in progress by kellbot, on Flickr" href="http://www.flickr.com/photos/kellbot/3383631487/"><img class="alignleft" src="http://farm4.static.flickr.com/3645/3383631487_e9d6401842_m.jpg" alt="Work in progress" width="240" height="180" /></a><br />
When I took the first raster-etched stand out of the laser, I realized I&#8217;d made another mistake. I forgot to mirror the right-hand runner, so the dinosaur silhouettes ended up on the wrong side. Oops.</p>
<p>I also had to do some experimenting with the raster image of the dino that appears on the &#8220;flag.&#8221; The line drawings have a lot of thin lines, which tends to look sort of anemic when etched. I went into Photoshop and used a combination of filters to beef up the lines. You can see the difference in <a href="http://www.flickr.com/photos/kellbot/3384444152/">this picture</a>.</p>
<p>Lastly there was the issue of transport. The flags that stick out of the top make it sort of unweildy to pack, and they&#8217;re also sort of fragile. Rather than risk them breaking off in transit, I made a second set of backs which are only as tall as the sides.<br />
<a title="Raster close up by kellbot, on Flickr" href="http://www.flickr.com/photos/kellbot/3383631897/"><img class="alignleft" src="http://farm4.static.flickr.com/3461/3383631897_92d367a152_m.jpg" alt="Raster close up" width="240" height="180" /></a><br />
Then I drilled a few holes in each side of the stand. Since I want the backs to be removable, I don&#8217;t want to glue them on. Instead I&#8217;m going to run some elastic through the holes and around the back. That way I can switch the backs out easily, and they&#8217;re held in place by elastic.</p>
<p>I think the elastic will work OK, but it&#8217;s sort of fiddly. I think a beter option would be to use some small bolts to keep things in place. Something to think about for the next version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2009/03/todays-wooden-displays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laser Sponge</title>
		<link>http://www.kellbot.com/2009/01/laser-sponge/</link>
		<comments>http://www.kellbot.com/2009/01/laser-sponge/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 00:17:22 +0000</pubDate>
		<dc:creator>Kellbot</dc:creator>
				<category><![CDATA[crafting]]></category>
		<category><![CDATA[lased]]></category>
		<category><![CDATA[epilog laser]]></category>
		<category><![CDATA[sponge]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/?p=116</guid>
		<description><![CDATA[A friend of mine asked me to test out laser cutting on some compressed sponges, which she wants to use for a business card. It came out really well!




Both the raster and vector cutting was done at 100% power and 100% speed. Cellulose is surprisingly resiliant stuff. The serif font looked OK down to ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>A <a href="http://clairedelmar.com/">friend of mine</a> asked me to test out laser cutting on some compressed sponges, which she wants to use for a business card. It came out really well!</p>
<p><a class="tt-flickr tt-flickr-Medium" title="Compressed Sponge" href="http://www.etsy.com/view_listing.php?listing_id=20035443"><img class="alignnone" src="http://farm4.static.flickr.com/3396/3215659987_1a8494ca12.jpg" alt="Compressed Sponge" width="500" height="333" /></a></p>
<p style="text-align: center;"><a class="tt-flickr tt-flickr-Medium" title="Test #2" href="http://www.flickr.com/photos/kellbot/3207266877/"><img class="aligncenter" src="http://farm4.static.flickr.com/3400/3207266877_80408eca23.jpg" alt="Test #2" width="350" height="263" /></a></p>
<p>Both the raster and vector cutting was done at 100% power and 100% speed. Cellulose is surprisingly resiliant stuff. The serif font looked OK down to 14 pt (sideways, on the right). The rest of them looked better at 18 pt and up. Click on the photo above for specific fonts used.</p>
<p style="text-align: center;"><a class="tt-flickr tt-flickr-Medium" title="Test #2 expanded" href="http://www.flickr.com/photos/kellbot/3207326183/"><img class="aligncenter" src="http://farm4.static.flickr.com/3518/3207326183_73db798fbd.jpg" alt="Test #2 expanded" width="350" height="263" /></a></p>
<p>The raster is nice betcause you get to keep the counterforms (spaces inside the letters) rather than having them fall out. You can also get much finer looking lines with the raster, and because it doesn&#8217;t go all the way through it doesn&#8217;t make the sponge unstable. But, it takes longer, and doesn&#8217;t look as nice pre-expansion.</p>
<p>Interestingly, you can also get some pseudo-3d effects with the raster settings and gradients, which I played around with some.<br />
<a class="tt-flickr tt-flickr-Small" title="flat sponges" href="http://www.flickr.com/photos/kellbot/3208619644/"><img class="alignnone" src="http://farm4.static.flickr.com/3258/3208619644_14da061c30_m.jpg" alt="flat sponges" width="240" height="180" /></a> <a class="tt-flickr tt-flickr-Small" title="rings - AFTER h2o" href="http://www.flickr.com/photos/kellbot/3208622036/"><img class="alignnone" src="http://farm4.static.flickr.com/3407/3208622036_b21c64af99_m.jpg" alt="rings - AFTER h2o" width="240" height="180" /></a></p>
<p>By the way, the sponges look awesome when they&#8217;re expanding:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=1844a5f354&amp;photo_id=3208164356" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=66164" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.flickr.com/apps/video/stewart.swf?v=66164" allowfullscreen="true" bgcolor="#000000" flashvars="intl_lang=en-us&amp;photo_secret=1844a5f354&amp;photo_id=3208164356"></embed></object></p>
<p>The sponges themselves are available through craft stores including <a href="http://www.dickblick.com">Blick</a>, or if you want someone else to do the cutting, they&#8217;re for sale on <a href="http://www.etsy.com/view_listing.php?listing_id=20053734">Etsy.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2009/01/laser-sponge/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>Woolly Tiny</title>
		<link>http://www.kellbot.com/2008/11/woolly-tiny/</link>
		<comments>http://www.kellbot.com/2008/11/woolly-tiny/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 01:10:39 +0000</pubDate>
		<dc:creator>Kellbot</dc:creator>
				<category><![CDATA[lased]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/?p=50</guid>
		<description><![CDATA[

Not wanting to get Tinysaur to get all the spotlight, I bring you... WOOLLY TINY. Like a Woolly Mammoth. But Tiny.

The pattern comes from the epilog website and the assembly was done with a pair of tweezers and a baby syringe full of Elmer's glue.

If you've always wanted your own mini mammoth, or just ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p><a href="http://www.etsy.com/view_listing.php?listing_id=17375941"><img class="alignnone" title="Woolly Tiny" src="http://farm4.static.flickr.com/3012/3033540368_a5bea99ae6_m.jpg" alt="" width="240" height="180" /><br />
</a><br />
Not wanting to get Tinysaur to get all the spotlight, I bring you&#8230; WOOLLY TINY. Like a Woolly Mammoth. But Tiny.</p>
<p>The pattern comes from the <a href="http://www.epiloglaser.com/sc_mammoth.htm">epilog website</a> and the assembly was done with a pair of tweezers and a baby syringe full of Elmer&#8217;s glue.</p>
<p>If you&#8217;ve always wanted your own mini mammoth, or just want to show off you have the steadiest hands of anyone ever, you can pick up the pre-lased parts on <a href="http://www.etsy.com/view_listing.php?listing_id=17375941">Etsy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2008/11/woolly-tiny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lamp progress</title>
		<link>http://www.kellbot.com/2008/10/lamp-progress/</link>
		<comments>http://www.kellbot.com/2008/10/lamp-progress/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 04:37:26 +0000</pubDate>
		<dc:creator>Kellbot</dc:creator>
				<category><![CDATA[lased]]></category>
		<category><![CDATA[Networked USB Lamp]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/?p=43</guid>
		<description><![CDATA[ 

The lamp is coming along nicely. The shades are cut from translucent white acrylic, and the stems are cut out of wood. Each shade is a 1.5" cube.

I wired them up with LEDs to test things out, and Bre lent me a camera to film them with.
Now to get it to talk to ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p><a href="http://www.flickr.com/photos/kellbot/2949006884/" class="tt-flickr tt-flickr-Medium" title="More Lamps"><img class="alignnone" src="http://farm3.static.flickr.com/2162/2949006884_3ae6aeb8c2.jpg" alt="More Lamps" width="500" height="333" /></a> </p>
<p>The lamp is coming along nicely. The shades are cut from translucent white acrylic, and the stems are cut out of wood. Each shade is a 1.5&#8243; cube.</p>
<p>I wired them up with LEDs to test things out, and Bre lent me a camera to film them with.<br />
Now to get it to talk to the internet&#8230;</p>
<p>[flickr video=2951019312]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2008/10/lamp-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Folded paper boxes</title>
		<link>http://www.kellbot.com/2008/10/folded-paper-boxes/</link>
		<comments>http://www.kellbot.com/2008/10/folded-paper-boxes/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 04:26:51 +0000</pubDate>
		<dc:creator>Kellbot</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[lased]]></category>
		<category><![CDATA[boxes]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[paper folding]]></category>
		<category><![CDATA[Tinysaur]]></category>

		<guid isPermaLink="false">http://www.kellbot.com/?p=29</guid>
		<description><![CDATA[I've been working on learning Processing, a language which is a bastardization of Java used for drawing pretty pictures (among other things). Most of its functions are based around drawing/graphics.

Processing project #1 was to generate templates to be cut on the laser cutter. Specifically paper boxes, because I needed something to package my Tinysaurs ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>I&#8217;ve been working on learning <a href="http://processing.org">Processing</a>, a language which is a bastardization of Java used for drawing pretty pictures (among other things). Most of its functions are based around drawing/graphics.</p>
<p>Processing project #1 was to generate templates to be cut on the laser cutter. Specifically paper boxes, because I needed something to package my Tinysaurs in. They end up looking like this:</p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/kellbot/2943748804/"><img class="alignleft" style="border: 0pt none;" src="http://farm4.static.flickr.com/3276/2943748804_2705e81512.jpg" border="0" alt="Laser-cut boxes" width="333" height="500" /></a></p>
<p>You enter the depth, width, and height of the box, and Processing draws the pattern</p>
<p>Processing has a PDF library which I use to generate the template in PDF format, which Corel Draw is able to read. I&#8217;m looking into using Python instead of Processing, because it apparently has a nice DXF library. Although the fact that Adam scoffs at Processing makes me want to keep using it just to annoy him.</p>
<p>The Processing program is available in the <a href="http://svn.nycresistor.com/projects/laser_kelly/boxy1/boxy1.pde">NYC Resistor SVN repository</a>. Which is public, hooray! The code is only vaguely commented, but it should be pretty clear what it&#8217;s doing. Maybe.</p>
<p>Of course you dont&#8217; need a laser to cut these out, and xacto knife would work just fine. But&#8230; I have a laser so I use it.</p>
<p>If you don&#8217;t want to mess with Processing and just want to print box patterns, you can do that too. I&#8217;ve generated a bunch of sizes:</p>
<ul>
<li><a href="http://svn.nycresistor.com/projects/laser_kelly/boxy1/filename0.5x0.5x0.5.pdf">0.5&#8243; cube box</a><a href="http://svn.nycresistor.com/projects/laser_kelly/boxy1/filename2.0x1.5x1.0.pdf"><br />
</a></li>
<li><a href="http://svn.nycresistor.com/projects/laser_kelly/boxy1/filename2.0x1.5x1.0.pdf">2&#8243;x1.5&#8243;x1&#8243;</a></li>
<li><a href="http://svn.nycresistor.com/projects/laser_kelly/boxy1/filename2.0x2.0x1.5.pdf">2&#8243;x2&#8243;x1.5&#8243;</a></li>
</ul>
<p>You may need to right-click and save the pdf to your hard drive to get it to load.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kellbot.com/2008/10/folded-paper-boxes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

