<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>KwartzLab Makerspace &#187; Milling machine</title>
	<atom:link href="http://www.kwartzlab.ca/tag/milling_machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kwartzlab.ca</link>
	<description>Home of Kwartzlab Makerspace in Kitchener/Waterloo, Ontario</description>
	<lastBuildDate>Sun, 19 May 2013 19:40:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<!-- podcast_generator="Blubrry PowerPress/4.0.7" -->
	<itunes:summary>Regular discussions with hackers, makers and artists at the Kwartzlab Makerspace. We talk about what projects people are working on, what events are coming up and how you can get involved.</itunes:summary>
	<itunes:author>kwartzlab</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.kwartzlab.ca/wp-content/uploads/powerpress/light_box_logo.jpg" />
	<itunes:owner>
		<itunes:name>kwartzlab</itunes:name>
		<itunes:email>podcast@kwartzlab.ca</itunes:email>
	</itunes:owner>
	<managingEditor>podcast@kwartzlab.ca (kwartzlab)</managingEditor>
	<itunes:subtitle>A hackerspace radio show</itunes:subtitle>
	<itunes:keywords>kwartzlab, hackerspace, makerspace, diy, hardware, software, maker, hacker, artist, roundtable</itunes:keywords>
	<image>
		<title>KwartzLab Makerspace &#187; Milling machine</title>
		<url>http://www.kwartzlab.ca/wp-content/uploads/powerpress/light_box_logo.jpg</url>
		<link>http://www.kwartzlab.ca</link>
	</image>
	<itunes:category text="Technology" />
	<itunes:category text="Arts" />
	<itunes:category text="Games &amp; Hobbies">
		<itunes:category text="Hobbies" />
	</itunes:category>
		<rawvoice:location>Kitchener, ON</rawvoice:location>
		<item>
		<title>DIY CNC Router and Milling Machine Update</title>
		<link>http://www.kwartzlab.ca/2010/03/diy-cnc-router-and-milling-mac/</link>
		<comments>http://www.kwartzlab.ca/2010/03/diy-cnc-router-and-milling-mac/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:02:13 +0000</pubDate>
		<dc:creator>karlw</dc:creator>
				<category><![CDATA[Member Blogs]]></category>
		<category><![CDATA[cnc]]></category>
		<category><![CDATA[Milling machine]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Gus decided to sell his Taig CNC Milling machine so it now has a good home in my basement.
I put it use right away, cutting out four aluminum support mounts for the 1/2-inch slide rails for the Y-axis of the CNC router that I'm in the process of building. The X-axis and Z-axis of the machine were built using hand tools. Watching the parts materialize as the endmill cut the aluminum was very exciting! The finished parts were perfect.</p>

<p><img src="http://www.thinkbotics.com/cnc/march9/mill2.jpg" alt="mill2" /></p>

<p><strong>Click through for lots more!</strong></p>

<p><!-- Images -->
<!--more-->
The mount was designed using a program called Drafix CAD and then exported as a DXF file.
The DXF file was imported into Kcam and converted to G-code.</p>

<p><img src="http://www.thinkbotics.com/cnc/march9/mill1.jpg" alt="mill1" /></p>

<p>KCAM 4 includes a G-Code editor with a 3-dimensional graphics display that shows the G-code toolpath. It is very useful to be able to visual the changes made to the code so that you can verify that the machine will operate in the way that you intended. Each time you change the code, Kcam reminds you to click the 'compile' button. You can see the 5 cutting layers in the Kcam 3D display.</p>

<p><img src="http://www.thinkbotics.com/cnc/march9/kcam2.jpg" alt="kcam2" /></p>

<p>When my part was initially brought into Kcam, the code was set up so that the endmill would make only one pass through the aluminum at the depth of the thickness for the whole part. Most milling machines and endmills aren't tough enough to remove that much metal from a piece in one pass. So, I copied the code 5 times and had the endmill advance in small increments for each pass.</p>

<p><img src="http://www.thinkbotics.com/cnc/march9/kcam1.jpg" alt="kcam1" /></p>

<p>I won't bore you with the numbers but it's good to have a ruler, micrometer and a calculator with you while you work. Another consideration is the thickness of the endmill itself. If the G-code is going to be cutting down the center of the line drawn in the CAD program then you are going to need to offset the position by half of the diameter (radius) of the tool.</p>

<p><img src="http://www.thinkbotics.com/cnc/march9/mill3.jpg" alt="mill3" /></p>

<p>One of the nice things about the Drafix Cad program that I used is that it has an 'offset' button that makes this easy when you are preparing the part for milling. You also need to determine on which side of the line you need to offset. A harder way to do it is to modify the code with tool radius compensation codes.</p>

<p>The CNC control window. From here you can manually control the X,Y and Z axis to set your home position. The automatic tab is where you run the G-code to cut the part.</p>

<p><img src="http://www.thinkbotics.com/cnc/march9/mill4.jpg" alt="mill4" /></p>

<p>The finished parts. It took about 5 minutes for each part to be made.</p>

<p><img src="http://www.thinkbotics.com/cnc/march9/mounts1.jpg" alt="mounts1" /></p>

<p><img src="http://www.thinkbotics.com/cnc/march9/mounts2.jpg" alt="mounts2" /></p>

<p>This picture shows you what the parts are used for.
<img src="http://www.thinkbotics.com/cnc/march9/mounts3.jpg" alt="mounts3" /></p>

<p>AS far as progress on the CNC Router goes, the X-axis and Z-axis are now complete. Only one more axis to finish!
Here's the finished Z-axis.</p>

<p><img src="http://www.thinkbotics.com/cnc/march9/z-axis1.jpg" alt="z-axis1" /></p>

<p><img src="http://www.thinkbotics.com/cnc/cncdiy-small.jpg" alt="diy" /></p>

<p>The Robots are coming...
Karl Williams</p>

<!-- Images -->
]]></description>
				<content:encoded><![CDATA[<p>Gus decided to sell his Taig CNC Milling machine so it now has a good home in my basement.<br />
I put it use right away, cutting out four aluminum support mounts for the 1/2-inch slide rails for the Y-axis of the CNC router that I&#8217;m in the process of building. The X-axis and Z-axis of the machine were built using hand tools. Watching the parts materialize as the endmill cut the aluminum was very exciting! The finished parts were perfect.</p>
<p><img src="http://www.thinkbotics.com/cnc/march9/mill2.jpg" alt="mill2" /></p>
<p><strong>Click through for lots more!</strong></p>
<p><!-- Images --><br />
<span id="more-308"></span><br />
The mount was designed using a program called Drafix CAD and then exported as a DXF file.<br />
The DXF file was imported into Kcam and converted to G-code.</p>
<p><img src="http://www.thinkbotics.com/cnc/march9/mill1.jpg" alt="mill1" /></p>
<p>KCAM 4 includes a G-Code editor with a 3-dimensional graphics display that shows the G-code toolpath. It is very useful to be able to visual the changes made to the code so that you can verify that the machine will operate in the way that you intended. Each time you change the code, Kcam reminds you to click the &#8216;compile&#8217; button. You can see the 5 cutting layers in the Kcam 3D display.</p>
<p><img src="http://www.thinkbotics.com/cnc/march9/kcam2.jpg" alt="kcam2" /></p>
<p>When my part was initially brought into Kcam, the code was set up so that the endmill would make only one pass through the aluminum at the depth of the thickness for the whole part. Most milling machines and endmills aren&#8217;t tough enough to remove that much metal from a piece in one pass. So, I copied the code 5 times and had the endmill advance in small increments for each pass.</p>
<p><img src="http://www.thinkbotics.com/cnc/march9/kcam1.jpg" alt="kcam1" /></p>
<p>I won&#8217;t bore you with the numbers but it&#8217;s good to have a ruler, micrometer and a calculator with you while you work. Another consideration is the thickness of the endmill itself. If the G-code is going to be cutting down the center of the line drawn in the CAD program then you are going to need to offset the position by half of the diameter (radius) of the tool.</p>
<p><img src="http://www.thinkbotics.com/cnc/march9/mill3.jpg" alt="mill3" /></p>
<p>One of the nice things about the Drafix Cad program that I used is that it has an &#8216;offset&#8217; button that makes this easy when you are preparing the part for milling. You also need to determine on which side of the line you need to offset. A harder way to do it is to modify the code with tool radius compensation codes.</p>
<p>The CNC control window. From here you can manually control the X,Y and Z axis to set your home position. The automatic tab is where you run the G-code to cut the part.</p>
<p><img src="http://www.thinkbotics.com/cnc/march9/mill4.jpg" alt="mill4" /></p>
<p>The finished parts. It took about 5 minutes for each part to be made.</p>
<p><img src="http://www.thinkbotics.com/cnc/march9/mounts1.jpg" alt="mounts1" /></p>
<p><img src="http://www.thinkbotics.com/cnc/march9/mounts2.jpg" alt="mounts2" /></p>
<p>This picture shows you what the parts are used for.<br />
<img src="http://www.thinkbotics.com/cnc/march9/mounts3.jpg" alt="mounts3" /></p>
<p>AS far as progress on the CNC Router goes, the X-axis and Z-axis are now complete. Only one more axis to finish!<br />
Here&#8217;s the finished Z-axis.</p>
<p><img src="http://www.thinkbotics.com/cnc/march9/z-axis1.jpg" alt="z-axis1" /></p>
<p><img src="http://www.thinkbotics.com/cnc/cncdiy-small.jpg" alt="diy" /></p>
<p>The Robots are coming&#8230;<br />
Karl Williams</p>
<p><!-- Images --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kwartzlab.ca/2010/03/diy-cnc-router-and-milling-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
