<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hack a Day &#187; dremel</title>
	<atom:link href="http://hackaday.com/tag/dremel/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:21:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; dremel</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>Building a CNC Router to Call My Own</title>
		<link>http://hackaday.com/2011/09/01/building-a-cnc-router-to-call-my-own/</link>
		<comments>http://hackaday.com/2011/09/01/building-a-cnc-router-to-call-my-own/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 11:02:53 +0000</pubDate>
		<dc:creator>Jeremy Cook</dc:creator>
				<category><![CDATA[cnc hacks]]></category>
		<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[cnc]]></category>
		<category><![CDATA[CNC router]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[g-code]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=54293</guid>
		<description><![CDATA[As with most writers for [HAD], I enjoy doing projects as much as I like writing about them. As a mechanical Engineer that writes for a blog mostly about electronics, a CNC router seemed like something I needed in my garage. Building a router like this requires a bit of expertise in both electronics and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=54293&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hackaday.com/2011/09/01/building-a-cnc-router-to-call-my-own/ztw_almost_done/" rel="attachment wp-att-54523"><img class="alignnone size-large wp-image-54523" title="ztw_almost_done" src="http://hackadaycom.files.wordpress.com/2011/08/ztw_almost_done.jpg?w=450&#038;h=300" alt="" width="450" height="300" /></a></p>
<p>As with most writers for [HAD], I enjoy doing projects as much as I like writing about them. As a mechanical Engineer that writes for a blog mostly about electronics, a <a href="http://www.jcopro.net/2011/08/30/first-dremel-tool-router-cuts-using-mach3-with-g-code/">CNC router</a> seemed like something I needed in my garage. Building a router like this requires a bit of expertise in both electronics and mechanics, so it seemed like a good challenge.</p>
<p>This router kit, made by <a href="http://www.zentoolworks.com/">Zen Toolworks</a>, comes fairly complete frame-wise, but requires a lot of knowledge on the electrical side to get things running correctly. In order to make it look decent and work correctly, I had to rely on some <a href="http://www.jcopro.net/2011/08/21/how-to-set-up-your-cnc-router-part-2-wiring-and-electronics/">zip-tie</a> and basic <a href="http://www.jcopro.net/2011/08/27/computer-and-electrical-issues-encountered-while-setting-up-a-zen-toolworks-cnc-router-and-how-they-were-fixed/">diagnostic skills</a> that I&#8217;ve honed as a former engineering Co-op and technician. Also, I had to figure out a way to <a href="http://www.jcopro.net/2011/08/20/how-to-set-up-your-cnc-router-part-1-a-multi-level-workbench-for-around-15/">cheaply stack everything</a> in my garage as we park two cars there (the footprint is 14&#8243; x 22&#8243;, so I consider that a success).</p>
<p>One of the bigger challenges that I still have to overcome with this project is learning <a href="http://en.wikipedia.org/wiki/G-code">&#8220;G-code&#8221; </a>and how to use software to generate it.  Although I&#8217;ve done some basic programming already, as seen in the video after the break, there&#8217;s still much to learn. I&#8217;d hope that having this tool around can lead to better projects as I won&#8217;t have to be restricted to simple milled lines and circles anymore.</p>
<p><span id="more-54293"></span><br />
<span style="text-align:center; display: block;"><a href="http://hackaday.com/2011/09/01/building-a-cnc-router-to-call-my-own/"><img src="http://img.youtube.com/vi/f758dWIQFoE/2.jpg" alt="" /></a></span><br />
As for my work as an engineer, it&#8217;s rare that I&#8217;m called upon to machine parts myself, however, having this background helps immensely when designing machinery. Additionally, working as a manufacturing engineer, nearly everything I deal with involves some sort of electronics, so having a basic understanding of this is really essential. I&#8217;d encourage anyone thinking about going into this field to learn as much as they can about electronics and how things work in general. <a href="http://hackaday.com/">[HAD]</a> is a great source for this, so keep reading and submitting your hacks!</p>
<p>As a bonus, here&#8217;s another stop-motion video of <a href="http://www.jcopro.net/2011/06/26/assembling-the-ztw-7x12-kit/">everything going together</a>:</p>
<span style="text-align:center; display: block;"><a href="http://hackaday.com/2011/09/01/building-a-cnc-router-to-call-my-own/"><img src="http://img.youtube.com/vi/CbErot0NV4g/2.jpg" alt="" /></a></span>
<br />Filed under: <a href='http://hackaday.com/category/cnc-hacks/'>cnc hacks</a>, <a href='http://hackaday.com/category/tool-hacks/'>tool hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/54293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/54293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/54293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/54293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/54293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/54293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/54293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/54293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/54293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/54293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/54293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/54293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/54293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/54293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=54293&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/09/01/building-a-cnc-router-to-call-my-own/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jeremyscook</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/08/ztw_almost_done.jpg?w=450" medium="image">
			<media:title type="html">ztw_almost_done</media:title>
		</media:content>
	</item>
		<item>
		<title>Excuse me iPad, may I cut in?</title>
		<link>http://hackaday.com/2011/06/14/excuse-me-ipad-may-i-cut-in/</link>
		<comments>http://hackaday.com/2011/06/14/excuse-me-ipad-may-i-cut-in/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 20:15:09 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[iphone hacks]]></category>
		<category><![CDATA[ipod hacks]]></category>
		<category><![CDATA[bondo]]></category>
		<category><![CDATA[clamshell]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[docking connector]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[rocketfish]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=45982</guid>
		<description><![CDATA[[LostSpawn] loves his clamshell keyboard for the iPad, but he had one major beef with the design. When the tablet is installed in the landscape orientation there&#8217;s no way to plug in a dock connector for charging or other uses. He pulled out the cutting tools and altered the case to meet his needs. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=45982&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-45984" title="charging-slot-added-to-iPad-dock" src="http://hackadaycom.files.wordpress.com/2011/06/charging-slot-added-to-ipad-dock.jpg" alt="" width="470" height="342" /></p>
<p>[LostSpawn] loves his clamshell keyboard for the iPad, but he had one major beef with the design. When the tablet is installed in the landscape orientation there&#8217;s no way to plug in a dock connector for charging or other uses. He pulled out the cutting tools and <a href="http://www.spawndev.com/?q=node/2">altered the case to meet his needs</a>.</p>
<p>The case is a Rocketfish iCapsule which provides a Bluetooth keyboard when you need to do a lot of typing. The hard shell does a great job of protecting the iPad, but who wants to pull it out to charge it? The thing that we can&#8217;t believe is that there&#8217;s a slot milled in the other side of the bezel so that you can plug in headphones. How did they overlook the dock connector?</p>
<p>To add it himself, [LostSpawn] started by drilling a dotted line along the portion that he wanted to remove. He finished shedding material with a Dremel and then set about sanding it flat. To make sure it didn&#8217;t look too much like a hack he used Bondo to build up the working edge and then sanded and painted for a factory finish. Now he can plug in the cable or an SD card adapter like the one seen to the right of the keyboard.</p>
<br />Filed under: <a href='http://hackaday.com/category/iphone-hacks/'>iphone hacks</a>, <a href='http://hackaday.com/category/ipod-hacks/'>ipod hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/45982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/45982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/45982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/45982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/45982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/45982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/45982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/45982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/45982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/45982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/45982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/45982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/45982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/45982/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=45982&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/06/14/excuse-me-ipad-may-i-cut-in/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/06/charging-slot-added-to-ipad-dock.jpg" medium="image">
			<media:title type="html">charging-slot-added-to-iPad-dock</media:title>
		</media:content>
	</item>
		<item>
		<title>CNC mill built from junk and hardware store parts</title>
		<link>http://hackaday.com/2011/04/13/cnc-mill-built-from-junk-and-hardware-store-parts/</link>
		<comments>http://hackaday.com/2011/04/13/cnc-mill-built-from-junk-and-hardware-store-parts/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 18:01:52 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[cnc hacks]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[mill]]></category>
		<category><![CDATA[precision rod]]></category>
		<category><![CDATA[scanner]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=40229</guid>
		<description><![CDATA[[Csshop] is setting a new bar for building an inexpensive CNC mill. Not only did he complete his build at a very low cost, but it seems to work quite well too. Check out the video after the break to see the device cut out thin wood parts for a toy plane. The majority of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=40229&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-40230" title="desktop-CNC-from junk" src="http://hackadaycom.files.wordpress.com/2011/04/desktop-cnc-from-junk.jpg" alt="" width="470" height="400" /></p>
<p>[Csshop] is setting a new bar for <a href="http://www.instructables.com/id/DIY-CNC-1-2">building an inexpensive CNC mill</a>. Not only did he complete his build at a very low cost, but it seems to work quite well too. Check out the video after the break to see the device cut out thin wood parts for a toy plane.</p>
<p>The majority of the build uses scrap wood for the body of the mill. The business end of the device is a flexible rotary attachment for a Dremel tool which takes a lot of the weight and bulk out of the gantry assembly. Old flat bed scanners were gutted for the precision ground rod and bearings, as well as the three stepper motors used to drive the axes. An Arduino board controls the device, commanding the stepper motors via <a href="http://www.sparkfun.com/products/10267">EasyDriver boards</a>.</p>
<p>Once the hardware is assembled there&#8217;s still a fair amount of work to do. [Csshop] builds his designs in Google Sketchup, but some conversion is necessary to arrive at code that the Arduino will understand. He&#8217;s got <a href="http://www.instructables.com/id/DIY-CNC-Software/">a second project write-up that covers the software</a> side of things.</p>
<p><span id="more-40229"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2011/04/13/cnc-mill-built-from-junk-and-hardware-store-parts/"><img src="http://img.youtube.com/vi/GeHzfY2kwuM/2.jpg" alt="" /></a></span></p>
<br />Filed under: <a href='http://hackaday.com/category/cnc-hacks/'>cnc hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/40229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/40229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/40229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/40229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/40229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/40229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/40229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/40229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/40229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/40229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/40229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/40229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/40229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/40229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=40229&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/04/13/cnc-mill-built-from-junk-and-hardware-store-parts/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/04/desktop-cnc-from-junk.jpg" medium="image">
			<media:title type="html">desktop-CNC-from junk</media:title>
		</media:content>
	</item>
		<item>
		<title>Rotary Wall Plug from Scrap</title>
		<link>http://hackaday.com/2011/02/07/rotary-wall-plug-from-scrap/</link>
		<comments>http://hackaday.com/2011/02/07/rotary-wall-plug-from-scrap/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 16:00:26 +0000</pubDate>
		<dc:creator>James Munns</dc:creator>
				<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[rotary]]></category>
		<category><![CDATA[wall]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=34341</guid>
		<description><![CDATA[Rotary tools such as a Dremel are useful to have around for all sorts of tasks in a workshop, including cutting, polishing, and grinding. [Konstantin] sent us in his home made wall mount rotary tool based off of parts from a blender and an old bench top jigsaw. Unlike a Dremel where the motor is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=34341&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-34342" title="wall_after_2" src="http://hackadaycom.files.wordpress.com/2011/02/wall_after_2.jpg" alt="" width="470" height="309" /></p>
<p>Rotary tools such as a Dremel are useful to have around for all sorts of tasks in a workshop, including cutting, polishing, and grinding. [Konstantin] sent us in his home made <a href="http://fun.balashova.com/2011/02/wall-plug-for-rotary-tool/#more-153">wall mount rotary tool</a> based off of parts from a blender and an old bench top jigsaw. Unlike a Dremel where the motor is in the hand held part of the tool, this setup hides the blender motor (which provides the power) behind a wall panel, and is controlled via the blender&#8217;s speed settings buttons. We could see this configuration allowing for more delicate work due to the reduction of weight in hand, as well as the added bonus of a near impossibility of losing this tool. Overall an excellent re-purposing of leftover parts, be sure to check out [Konstantin]&#8216;s blog for more build info and photos.</p>
<br />Filed under: <a href='http://hackaday.com/category/tool-hacks/'>tool hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/34341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/34341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/34341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/34341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/34341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/34341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/34341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/34341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/34341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/34341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/34341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/34341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/34341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/34341/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=34341&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/02/07/rotary-wall-plug-from-scrap/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jahmez</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/02/wall_after_2.jpg" medium="image">
			<media:title type="html">wall_after_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Revive your tired Dremel battery pack</title>
		<link>http://hackaday.com/2011/01/23/revive-your-tired-dremel-battery-pack/</link>
		<comments>http://hackaday.com/2011/01/23/revive-your-tired-dremel-battery-pack/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 15:46:19 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[repair hacks]]></category>
		<category><![CDATA[aa]]></category>
		<category><![CDATA[cordless]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[nicad]]></category>
		<category><![CDATA[nimh]]></category>
		<category><![CDATA[rechargeable]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=33305</guid>
		<description><![CDATA[It turns out there&#8217;s nothing more than six Nickel Cadmium AA rechargeable batteries inside of that cordless Dremel battery pack. Yep, standard rechargeable AA&#8217;s that you can buy most anywhere, and now you can revive that aging battery pack by following [Stuuf's] guide. Since you&#8217;re already at it, a few more bucks will yield a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=33305&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-33306" title="battery-pack-replacement" src="http://hackadaycom.files.wordpress.com/2011/01/battery-pack-replacement.jpg" alt="" width="470" height="289" /></p>
<p>It turns out there&#8217;s nothing more than six Nickel Cadmium AA rechargeable batteries inside of that cordless Dremel battery pack. Yep, standard rechargeable AA&#8217;s that you can buy most anywhere, and now you can <a href="http://www.instructables.com/id/Cordless-Dremel-battery-pack-upgrade">revive that aging battery pack</a> by following [Stuuf's] guide. Since you&#8217;re already at it, a few more bucks will yield a real upgrade by using the superior Nickel Metal Hydride batteries which should yield around three times as much use between charging. We totally understand having a battery pack, since the shape of the case is part of the handheld tool, and it should be easy to interchange the battery as one unit. We just wish that the battery pack had been designed to have the AA cells swapped out by the user once they had reached the end of the line.</p>
<p>Do you have other cordless tools in need of a pick-me-up? Check out this <a href="http://hackaday.com/2010/01/12/makita-battery-pack-repair/">Makita battery pack repair hack</a> for a point in the right direction.</p>
<p>[Thanks Bluewraith]</p>
<br />Filed under: <a href='http://hackaday.com/category/repair-hacks/'>repair hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/33305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/33305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/33305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/33305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/33305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/33305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/33305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/33305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/33305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/33305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/33305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/33305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/33305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/33305/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=33305&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/01/23/revive-your-tired-dremel-battery-pack/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/01/battery-pack-replacement.jpg" medium="image">
			<media:title type="html">battery-pack-replacement</media:title>
		</media:content>
	</item>
		<item>
		<title>Cobbling together a CNC mill</title>
		<link>http://hackaday.com/2010/12/23/cobbling-together-a-cnc-mill/</link>
		<comments>http://hackaday.com/2010/12/23/cobbling-together-a-cnc-mill/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 16:31:08 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[cnc hacks]]></category>
		<category><![CDATA[cnc]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[mill]]></category>
		<category><![CDATA[stepper]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=31964</guid>
		<description><![CDATA[[Howard Matthews] never throws anything away, and because of it he was able to build this CNC mill using parts that he already had on hand. He pulled stepper motors out of broken stage light, precision rod and bearings from old dot matrix printers, and other various bits from his junk bin. We&#8217;ve seen [Howie's] [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=31964&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-31965" title="diy-cnc-mill" src="http://hackadaycom.files.wordpress.com/2010/12/diy-cnc-mill-e1293034910312.jpg" alt="" width="470" height="313" /></p>
<p>[Howard Matthews] never throws anything away, and because of it he was able to <a href="http://howiem.net/flatpress/?x=entry:entry101119-200423">build this CNC mill using parts that he already had on hand</a>. He pulled stepper motors out of broken stage light, precision rod and bearings from old dot matrix printers, and other various bits from his junk bin. We&#8217;ve seen [Howie's] handi-work before, and this project is just as fun as <a href="http://hackaday.com/2010/06/17/replacement-speedometer/">his Land Rover&#8217;s replacement speedometer</a>. Some highlights include manufacturing the nuts for the precision rod, and building a rail system for the bed of the machine. The latter looks a bit suspect, as any milling debris on the rails will cause you Z-axis problems, but now that he has bootstrapped a working mill perhaps he&#8217;ll machine an upgrade.</p>
<p><strong>Update: </strong>Fixed the link, added video after the break.</p>
<p><span id="more-31964"></span><div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/17556602' width='400' height='300' frameborder='0'></iframe></div></p>
<br />Filed under: <a href='http://hackaday.com/category/cnc-hacks/'>cnc hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/31964/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/31964/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/31964/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/31964/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/31964/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/31964/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/31964/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/31964/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/31964/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/31964/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/31964/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/31964/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/31964/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/31964/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=31964&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/12/23/cobbling-together-a-cnc-mill/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/12/diy-cnc-mill-e1293034910312.jpg" medium="image">
			<media:title type="html">diy-cnc-mill</media:title>
		</media:content>
	</item>
		<item>
		<title>Acrylic hackintosh housing</title>
		<link>http://hackaday.com/2010/06/29/acrylic-hackintosh-housing/</link>
		<comments>http://hackaday.com/2010/06/29/acrylic-hackintosh-housing/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 19:00:47 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[pcs hacks]]></category>
		<category><![CDATA[acrylic]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[rotary tool]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=25483</guid>
		<description><![CDATA[[Rui Gato] needed a powerful yet portable machine for his performances. If it&#8217;s on stage shouldn&#8217;t it look good too? We loved watching him construct an acrylic case for his setup. He&#8217;s skilled with a rotary tool and the work he put into the case fan grill alone is impressive. Video after the break. Filed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=25483&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-25484" title="acrylic-hackintosh-housing" src="http://hackadaycom.files.wordpress.com/2010/06/acrylic-hackintosh-housing.jpg" alt="" width="470" height="275" /></p>
<p>[Rui Gato] needed a powerful yet portable machine for his performances. If it&#8217;s on stage shouldn&#8217;t it look good too? We loved watching him <a href="http://vimeo.com/3138517">construct an acrylic case for his setup</a>. He&#8217;s skilled with a rotary tool and the work he put into the case fan grill alone is impressive. Video after the break.</p>
<p><span id="more-25483"></span><div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/3138517' width='400' height='300' frameborder='0'></iframe></div></p>
<br />Filed under: <a href='http://hackaday.com/category/pcs-hacks/'>pcs hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/25483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/25483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/25483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/25483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/25483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/25483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/25483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/25483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/25483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/25483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/25483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/25483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/25483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/25483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=25483&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/06/29/acrylic-hackintosh-housing/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/06/acrylic-hackintosh-housing.jpg" medium="image">
			<media:title type="html">acrylic-hackintosh-housing</media:title>
		</media:content>
	</item>
		<item>
		<title>Brighten up your PCB drilling station</title>
		<link>http://hackaday.com/2010/05/30/brighten-up-your-pcb-drilling-station/</link>
		<comments>http://hackaday.com/2010/05/30/brighten-up-your-pcb-drilling-station/#comments</comments>
		<pubDate>Sun, 30 May 2010 17:03:31 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[drill]]></category>
		<category><![CDATA[light ring]]></category>
		<category><![CDATA[pcb]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=24584</guid>
		<description><![CDATA[Being able to see what you&#8217;re doing can be the hardest part of drilling the through holes in those freshly etched printed circuit boards. We don&#8217;t know why we didn&#8217;t come up with this, but [Markus Gebhard] solved his shadowy woes with his 20-LED Dremel light ring. Honestly, how many times have we seen lights [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24584&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-24585" title="lighted-drilling-ring" src="http://hackadaycom.files.wordpress.com/2010/05/lighted-drilling-ring.jpg" alt="" width="470" height="331" /></p>
<p>Being able to see what you&#8217;re doing can be the hardest part of drilling the through holes in those freshly etched printed circuit boards. We don&#8217;t know why we didn&#8217;t come up with this, but [Markus Gebhard] solved his shadowy woes with his <a href="http://www.jave.de/blog2/?p=59">20-LED Dremel light ring</a>. Honestly, how many times have we seen <a href="http://hackaday.com/2009/11/16/led-ring-light/">lights rings in photography</a> without putting it together that a light ring is perfect for this purpose. So kudos to [Markus], now we&#8217;ve got to go and dig up some surface mount LEDs and <a href="http://hackaday.com/2010/05/07/toner-transfer-explained-step-by-step/">uncork the copper chloride</a>.</p>
<br />Filed under: <a href='http://hackaday.com/category/tool-hacks/'>tool hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/24584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/24584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/24584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/24584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/24584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/24584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/24584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/24584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/24584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/24584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/24584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/24584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/24584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/24584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24584&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/05/30/brighten-up-your-pcb-drilling-station/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/05/lighted-drilling-ring.jpg" medium="image">
			<media:title type="html">lighted-drilling-ring</media:title>
		</media:content>
	</item>
		<item>
		<title>PCB drill press on a budget</title>
		<link>http://hackaday.com/2010/03/18/pcb-drill-press-on-a-budget/</link>
		<comments>http://hackaday.com/2010/03/18/pcb-drill-press-on-a-budget/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 14:09:27 +0000</pubDate>
		<dc:creator>Phil Burgess</dc:creator>
				<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[board]]></category>
		<category><![CDATA[circuit]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[drill]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[press]]></category>
		<category><![CDATA[salvage]]></category>
		<category><![CDATA[scrap]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=22518</guid>
		<description><![CDATA[An accurate drill press is an essential tool for making your own through-hole printed circuit boards at home. Reader [Josh Ashby] offers up a solid design using scrap bin materials. A major issue with PCB drilling is that even the slightest horizontal play will snap the delicate carbide drill bit. Hobbyist-grade tools such as Dremel’s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22518&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-22519" title="drillpress" src="http://hackadaycom.files.wordpress.com/2010/03/drillpress.jpg" alt="" width="400" height="400" /></p>
<p>An accurate drill press is an essential tool for making your own through-hole printed circuit boards at home. Reader [Josh Ashby] offers up <a href="http://joshashby.com/blog/2010/03/drill-press/">a solid design using scrap bin materials</a>.</p>
<p>A major issue with PCB drilling is that even the slightest horizontal play will snap the delicate carbide drill bit. Hobbyist-grade tools such as Dremel’s drill press attachment are usually too sloppy for this task, while <a href="http://hackaday.com/2009/02/27/tools-proxxon-drill-press-tbm115tbm220/">a more precise instrument</a> might set you back a couple hundred bucks.</p>
<p>[Josh’s] design uses a nylon “sled” moving vertically in an aluminum u-channel track. Most of these materials were <a href="http://hackaday.com/2009/04/20/high-speed-book-scanner-from-trash/">salvaged</a> or were acquired inexpensively from a local hardware store, and assembled in less than a day. Surprisingly, this low-tech approach has proven sufficiently smooth that he&#8217;s yet to break a bit while drilling. And the entire setup, <em>including</em> the knockoff Harbor Freight rotary tool, cost less than the wobbly name-brand accessory alone.</p>
<br />Filed under: <a href='http://hackaday.com/category/tool-hacks/'>tool hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/22518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/22518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/22518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/22518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/22518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/22518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/22518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/22518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/22518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/22518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/22518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/22518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/22518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/22518/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22518&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/03/18/pcb-drill-press-on-a-budget/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">philburgess</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/03/drillpress.jpg" medium="image">
			<media:title type="html">drillpress</media:title>
		</media:content>
	</item>
		<item>
		<title>CNC brought to you by zip ties</title>
		<link>http://hackaday.com/2010/01/17/cnc-brought-to-you-by-zip-ties/</link>
		<comments>http://hackaday.com/2010/01/17/cnc-brought-to-you-by-zip-ties/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:00:52 +0000</pubDate>
		<dc:creator>Jakob Griffith</dc:creator>
				<category><![CDATA[cnc hacks]]></category>
		<category><![CDATA[cnc]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[drill]]></category>
		<category><![CDATA[mill]]></category>
		<category><![CDATA[parallel port]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=20846</guid>
		<description><![CDATA[[lucassiglo21] let us know about his finished 3 axis CNC (Translation via Google). While home CNCs are nothing new, we really liked this masterpiece. The CNC is entirely custom, from the electronic control boards (connected to a PC via parallel port) to the physical mill (with an end result of 30x30x15cm workable area). Our favorite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=20846&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-20847" title="DSC02997" src="http://hackadaycom.files.wordpress.com/2010/01/dsc02997.jpg" alt="Gimp skillz." width="470" height="250" /></p>
<p>[lucassiglo21] let us know about his finished <a href="http://elcoyotequesuelda.blogspot.com/search/label/cnc">3 axis CNC</a> (<a href="http://translate.google.com/translate?js=y&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=1&amp;eotf=1&amp;u=http%3A%2F%2Felcoyotequesuelda.blogspot.com%2Fsearch%2Flabel%2Fcnc&amp;sl=auto&amp;tl=en">Translation</a> via Google). While <a href="http://hackaday.com/?s=cnc">home CNCs</a> are nothing new, we really liked this masterpiece. The CNC is entirely custom, from the electronic control boards (connected to a PC via parallel port) to the physical mill (with an end result of 30x30x15cm workable area). Our favorite part is the use of <span style="text-decoration:line-through;">screw/band clamp</span> zip ties to hold the Dremel &#8211; a true showing of hacker geekyness. For those who haven&#8217;t seen a CNC drill a circle before (and honestly, who hasn&#8217;t?), check a video after the break.</p>
<p><span id="more-20846"></span></p>
<span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/01/17/cnc-brought-to-you-by-zip-ties/"><img src="http://img.youtube.com/vi/52GxAz3rqcg/2.jpg" alt="" /></a></span>
<br />Posted in cnc hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/20846/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/20846/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/20846/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/20846/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/20846/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/20846/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/20846/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/20846/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/20846/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/20846/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/20846/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/20846/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/20846/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/20846/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=20846&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/01/17/cnc-brought-to-you-by-zip-ties/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jakob Griffith</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/01/dsc02997.jpg" medium="image">
			<media:title type="html">DSC02997</media:title>
		</media:content>
	</item>
		<item>
		<title>Drilling precise grids</title>
		<link>http://hackaday.com/2009/09/09/drilling-precise-grids/</link>
		<comments>http://hackaday.com/2009/09/09/drilling-precise-grids/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:00:03 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[cnc]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[drill]]></category>
		<category><![CDATA[drill press]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=15083</guid>
		<description><![CDATA[Drilling precise grids without a CNC machine can be tough to pull off. [Ookseer] has come up with a nifty method for dilling aligned holes with a drill press. He uses a right-angle jig on a Dremel drill press with stacks of business cards as spacers. The same number of cards is added between the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=15083&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-15084" title="precision_hole_drilling" src="http://hackadaycom.files.wordpress.com/2009/09/precision_hole_drilling.jpg" alt="precision_hole_drilling" width="470" height="388" /></p>
<p>Drilling precise grids without a <a href="http://hackaday.com/2008/05/24/the-best-cnc-project-machines/">CNC machine</a> can be tough to pull off. [Ookseer] has come up with a nifty method for <a href="http://www.instructables.com/id/Drill-Small-Precise-Holes/">dilling aligned holes with a drill press</a>. He uses a right-angle jig on a Dremel drill press with stacks of business cards as spacers. The same number of cards is added between the substrate and the jig to space each new hole evenly. This method comes in handy when drilling grids in an enclosure for speakers, temperature sensors, or for an aesthetically pleasing design.</p>
<br />Posted in misc hacks, tool hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/15083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/15083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/15083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/15083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/15083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/15083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/15083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/15083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/15083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/15083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/15083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/15083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/15083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/15083/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=15083&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/09/09/drilling-precise-grids/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/09/precision_hole_drilling.jpg" medium="image">
			<media:title type="html">precision_hole_drilling</media:title>
		</media:content>
	</item>
		<item>
		<title>Steampunk vibrator</title>
		<link>http://hackaday.com/2009/05/03/steampunk-vibrator/</link>
		<comments>http://hackaday.com/2009/05/03/steampunk-vibrator/#comments</comments>
		<pubDate>Sun, 03 May 2009 19:40:18 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[handhelds hacks]]></category>
		<category><![CDATA[home entertainment hacks]]></category>
		<category><![CDATA[Medical hacks]]></category>
		<category><![CDATA[ani niow]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[sex]]></category>
		<category><![CDATA[sex toy]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[steampunk]]></category>
		<category><![CDATA[tesla turbine]]></category>
		<category><![CDATA[vibrator]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=10950</guid>
		<description><![CDATA[[Ani Niow] built this steam powered vibrator. It has a milled stainless steel shell with a brass motor structure. The motor is a Tesla turbine made from a stack of Dremel diamond cutoff wheels. This drives an off-center weight to create the vibration. She tested it using a pressure cooker as the steam source. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=10950&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-10951" title="steampunk_vibrator" src="http://hackadaycom.files.wordpress.com/2009/05/steampunk_vibrator.jpg" alt="steampunk_vibrator" width="450" height="243" /></p>
<p>[Ani Niow] built this <a title="steampunk vibrator - a set on Flickr" href="http://www.flickr.com/photos/vniow/sets/72157617413089233/">steam powered vibrator</a>. It has a milled stainless steel shell with a brass motor structure. The motor is a <a title="Tesla turbines for fun and profit  - Hack a Day" href="http://hackaday.com/2008/10/29/tesla-turbines-for-fun-and-profit/">Tesla turbine</a> made from a stack of Dremel diamond cutoff wheels. This drives an off-center weight to create the vibration. She tested it using a pressure cooker as the steam source. It worked, but became so hot it had to be held using welding gloves. It works just as well with compressed air though. You can see the device at the <a href="http://feminapotens.org/index.php?option=com_content&amp;task=view&amp;id=198&amp;Itemid=47">Femina Potens Art Gallery</a> in San Francisco or later this month at <a title="makerfaire.com: Maker Faire" href="http://makerfaire.com/">Maker Faire</a>.</p>
<p>[via <a title="Steampunk Vibrator by Ani Niow" href="http://laughingsquid.com/steampunk-vibrator-by-ani-niow/">Laughing Squid</a>]</p>
<p><strong>UPDATE: </strong>[Ani] <a href="http://hackaday.com/2009/05/03/steampunk-vibrator/#comment-72526">responds in the comments</a>.</p>
<br />Posted in handhelds hacks, home entertainment hacks, Medical hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/10950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/10950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/10950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/10950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/10950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/10950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/10950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/10950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/10950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/10950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/10950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/10950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/10950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/10950/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=10950&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/05/03/steampunk-vibrator/feed/</wfw:commentRss>
		<slash:comments>117</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/05/steampunk_vibrator.jpg" medium="image">
			<media:title type="html">steampunk_vibrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Kindle screen transplant</title>
		<link>http://hackaday.com/2008/08/22/kindle-screen-transplant/</link>
		<comments>http://hackaday.com/2008/08/22/kindle-screen-transplant/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 23:30:00 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[amazonkindle]]></category>
		<category><![CDATA[blakebevin]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[instructables]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[sonyreader]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/08/22/kindle-screen-transplant/</guid>
		<description><![CDATA[[blakebevin]&#8216;s sister shattered the screen on his Amazon Kindle, so he decided to try replacing it with the screen from a Sony Reader. He disassembled the Sony Reader and used a Dremel to mill down most of the aluminum tabs on the E Ink screen. The screen plugs into the same harness as the original [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2485&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img width="450" vspace="4" hspace="4" height="170" border="0" src="http://hackadaycom.files.wordpress.com/2008/08/had_kindle.jpg?w=450&#038;h=170"  alt="" /><br />[blakebevin]&#8216;s sister shattered the screen on his <a href="http://www.mahalo.com/Kindle">Amazon Kindle</a>, so he decided to try <a href="http://www.instructables.com/id/Amazon_Kindle_e_ink_Screen_Transplant_from_a_Sony_/">replacing it with the screen from a Sony Reader</a>. He disassembled the Sony Reader and used a Dremel to mill down most of the aluminum tabs on the E Ink screen. The screen plugs into the same harness as the original Kindle screen the only problem is fit. The new screen interferes with some of the button movement and without trimming the case will bulge a little. Performance wise the screen ghosts on page turn and [blakebevin] assumes this is due to older technology. We&#8217;d hope to never have to do this, but it&#8217;s good to know the transplant option is there and not very difficult.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/2485/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/2485/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/2485/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2485&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/08/22/kindle-screen-transplant/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/08/had_kindle.jpg" medium="image" />
	</item>
		<item>
		<title>Home made PCB drill press</title>
		<link>http://hackaday.com/2008/07/22/home-made-pcb-drill-press/</link>
		<comments>http://hackaday.com/2008/07/22/home-made-pcb-drill-press/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 23:30:00 +0000</pubDate>
		<dc:creator>Caleb Kraft</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[drill]]></category>
		<category><![CDATA[drillpress]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[rotarytool]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/22/home-made-pcb-drill-press/</guid>
		<description><![CDATA[[yellowduck] took some fantastic initiative with this home made PCB drill press. Many people have a rotary tool already. Just add some scrap wood and four hinges. The drill press isn&#8217;t perfect; it pivots a little as it lowers. This shouldn&#8217;t be a problem for drilling printed circuit boards though. The PCB should be thin [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2322&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img width="450" vspace="4" hspace="4" height="338" border="0" alt="" src="http://hackadaycom.files.wordpress.com/2008/07/fcedusefitu5imh.medium.jpg?w=450&#038;h=338" /><br />[yellowduck] took some fantastic initiative with this <a href="http://www.instructables.com/id/PCB-Drill-Press-Using-Salvaged-Door-Hinges/">home made PCB drill press</a>. Many people have a rotary tool already. Just add some scrap wood and four hinges. The drill press isn&#8217;t perfect; it pivots a little as it lowers. This shouldn&#8217;t be a problem for drilling printed circuit boards though. The PCB should be thin enough for the pivot to have little effect. After some test runs, he added a lamp for better lighting and intends to add a return spring and foot switch. It&#8217;s definitely a better solution than drilling multiple holes with a hand drill.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/2322/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/2322/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/2322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/2322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/2322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/2322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/2322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/2322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/2322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/2322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/2322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/2322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/2322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/2322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/2322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/2322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2322&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/07/22/home-made-pcb-drill-press/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Caleb Kraft</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/07/fcedusefitu5imh.medium.jpg" medium="image" />
	</item>
	</channel>
</rss>
