<?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>Shapeoko</title>
	<atom:link href="http://www.shapeoko.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shapeoko.com</link>
	<description>Precision by Default</description>
	<lastBuildDate>Thu, 18 Apr 2013 04:08:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Using inkscape and makercam to make an embossed sign</title>
		<link>http://www.shapeoko.com/archives/988</link>
		<comments>http://www.shapeoko.com/archives/988#comments</comments>
		<pubDate>Fri, 22 Feb 2013 00:11:54 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=988</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="640" height="360" src="http://www.youtube.com/embed/P__6HAEeiIk?list=UUg1zuS0jDfnk4Sr04PU0bOw" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/988/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MakerCAM &#8211; a web based CAM program</title>
		<link>http://www.shapeoko.com/archives/969</link>
		<comments>http://www.shapeoko.com/archives/969#comments</comments>
		<pubDate>Thu, 31 Jan 2013 04:52:02 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[Shapeoko]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=969</guid>
		<description><![CDATA[I have a little story to tell you. Years ago, maybe 7-8 at this point, I finished building my very first CNC machine. It was not named Shapeoko, you could not build it for anywhere near $300, and it was not assemble-able by nearly everyone. It was in fact, the exact opposite of Shapeoko. But, [...]]]></description>
			<content:encoded><![CDATA[<p>I have a little story to tell you.</p>
<p>Years ago, maybe 7-8 at this point, I finished building my very first CNC machine. It was not named Shapeoko, you could not build it for anywhere near $300, and it was not assemble-able by nearly everyone. It was in fact, the exact opposite of Shapeoko. But, neadless to say, I finished assembling the machine, and wired all of the electronics. After that I installed EMC2 (now <a href="http://linuxcnc.org/" target="_blank">linuxCNC</a>). I tuned the motors and ran the test job. Success! I was in business.<br />
Right away, I wanted to cut my own part. I had already drawn it to scale in CAD and saved the file. Problem was&#8230; I kept trying to open it with EMC2 and for the life of me, I couldn&#8217;t get it to open. Ends up, there&#8217;s a step between the CAD part and the cutting part. It&#8217;s called CAM.  I didn&#8217;t know that. So off to the internet I went, scouring any sort of information I could on this so called &#8220;CAM&#8221;.</p>
<p>I&#8217;ll give you a run-down on the jist of CAM:  CAM is the process where you (or the software) define your toolpaths. The toolpaths are what turn into g-code. And the g-code is the language your machine understands. The overall workflow goes like this:</p>
<p><strong>Draw Something -&gt; CAM Something -&gt; Stream Something -&gt; Cut Something</strong></p>
<p>Pretty easy right? It actually is surprisingly easy once you find a program for each of those steps that you are comfortable with. The problem for most beginners is they don&#8217;t really know what software to use for steps 1 and 2.</p>
<p><strong>Here are my suggestions:</strong></p>
<p><em>DRAW SOMETHING</em>: Start with <a href="http://inkscape.org/" target="_blank">inkscape</a> for your CAD program. it&#8217;s free, there are plenty of tutorials, and it&#8217;s pretty easy to use once you get the hang of it. Yes, you are not going to design the space shuttle with inkskape, but it&#8217;s a no-risk way of getting started drawing.</p>
<p><em>CAM SOMETHING</em>: I&#8217;ve looked high and low for a nice open source, entry level CAM program. As luck would have it, after YEARS of searching, I found one mentioned in another forum, and tracked it down to find out it had been abandoned but the source was released before said abandonment. It was created by a guy named Jack, and I&#8217;m planning to do an entire other blog post explaining how this came to be. For now, just know that Jack&#8217;s creation (which he called PartKam), is now available on my <a href="https://github.com/shapeoko/makercam" target="_blank">github page</a>, and is being hosted at one of my other domains. You can find it here: <a href="http://www.makercam.com" target="_blank">www.makercam.com</a>. You will find a basic &#8216;help&#8217; and &#8216;tutorial&#8217; link at the top of the page.</p>
<p>However, they say that a picture is worth a thousand words, so we&#8217;ll assume that a video is worth a million. So, instead of rambling on more about this, here are two videos representing steps 1 and 2 of the process.</p>
<p>&nbsp;<br />
<iframe width="640" height="480" src="http://www.youtube.com/embed/Ow4L6SozIK8" frameborder="0" allowfullscreen></iframe><br />
&nbsp;<br />
<iframe width="640" height="480" src="http://www.youtube.com/embed/tVFMIFQviPw" frameborder="0" allowfullscreen></iframe></p>
<p>Please feel free to join in on the <a href="http://shapeoko.com/forum/viewtopic.php?f=6&#038;t=1200">forum discussion</a> regarding makercam, and if you&#8217;re interested in helping improve the code base, drop me a line.<br />
There you have it.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/969/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The times they are a changin</title>
		<link>http://www.shapeoko.com/archives/929</link>
		<comments>http://www.shapeoko.com/archives/929#comments</comments>
		<pubDate>Mon, 01 Oct 2012 11:28:44 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Shapeoko]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=929</guid>
		<description><![CDATA[Today, I&#8217;d like to share some big news coming out of Project Shapeoko hq. But, before we get to the big news, I&#8217;d like revisit the past and bring everyone up to speed. When this project started it was no more than a hobby to me. I suppose once the Kickstarter project was launched, and [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;d like to share some big news coming out of Project Shapeoko hq. But, before we get to the big news, I&#8217;d like revisit the past and bring everyone up to speed.</p>
<p>When this <a href="http://www.kickstarter.com/projects/edwardrford/project-shapeoko-a-300-complete-cnc-machine" target="_blank">project started</a> it was no more than a hobby to me. I suppose once the Kickstarter project was launched, and 800% of the goal was raised, some may have immediately excluded it from the hobby category. But I digress. It was still a hobby to me, albeit a successful one.</p>
<p>Then some stuff happened. The kickstarter project ended and I had 20 units to deliver. As noted in the <a href="http://blog.makezine.com/2012/04/06/shapeoko-the-affordable-cnc-mill-kit/" target="_blank">article written about Shapeoko on the MAKE blog</a>, there was a tremendous amount of demand past the inital 20 kits, to which I complied.  In order to produce these additional kits I spent my &#8220;free time&#8221; procuring the pieces, making some of them on my own Shapeoko, packing them into boxes and shipping them all around the world. It was fantastic.</p>
<p>Then it was not fantastic. It was exhausting. I couldn&#8217;t justify the time I was spending on the project with what I was receiving in return. Well, I could justify it to myself, but had a tough time justifying the rational to my wife and family. Probably with good reason.</p>
<p>That&#8217;s where <a href="http://inventables.com" target="_blank">Inventables</a> came in. They took the burden of fulfillment and delivery out of my hands, and in return paid a royalty for each unit sold. It was like receiving back-pay for all the time I had put into the project prior to them taking over. Again, it was fantastic.</p>
<p>I really thought that once Inventables took over the project&#8217;s fulfillment responsibilities, my life would go back to &#8220;normal&#8221; (whatever that means). My thought being I would regain all of those hours that I was putting into packing/shipping and be able to split them into additional time to spend with my family, sleep!, other projects, and supporting Shapeoko.</p>
<p>But that didn&#8217;t really happen. In hindsight, it seems like I should have been able to see this problem coming, but you know what they say about hindsight.</p>
<p>The problem was that although I didn&#8217;t have to pack and ship anymore, because Inventables made the project&#8217;s availability significantly higher than I could have made it, the userbase (which I was still supporting) effectively tripled overnight. So yes, I wasn&#8217;t packing and shipping, instead I was browsing the forum, helping to answer questions. I was also helping to get Inventables up to speed on how I was managing the project. Shapeoko was a far departure from their typical product, as such there were some growing pains and a significant learning curve. Plus, the transfer of knowledge took longer than I had anticipated. Mainly because I hadn&#8217;t anticipated it at all. I had the misguided fantasy that I would just hand over the Bill of Materials, and be done with it. I was wrong.</p>
<p>So, there I was in July of this year, working just as many hours (maybe more) on project Shapeoko. With both the userbase explosion, the supply chain support, and trying to improve the design I was putting in close to 35 hours a week. This was in addition to the 40-45 hours I was putting in at my day job. The difference between the two being that my day job was more or less done (save a few hours a week) once I left the office. But, because Shapeoko has users in all corners of the world, the project never slept. There was always a new email, a new post on the forum, or a new phone call relating to the project. It was exhausting. I was burning the candle at both ends and couldn&#8217;t see a break in sight.</p>
<p>Nate from Sparkfun <a href="http://www.sparkfun.com/news/909">talked recently</a> about something he&#8217;s calling &#8220;The Pit of Despair&#8221;:</p>
<blockquote><p><em>These products get far more attention than the creator(s) expected. The product was well-designed but may have been designed for kitchen production, where they planned to build tens of units. When demand grows beyond thousands, the creators are often forced to make tough decisions: the income may not be enough to release them from their day job, and the amount of time required to build the product begins to gobble up evenings and entire weekends. If you&#8217;ve ever had to count out 150 bags of resistors and LEDs, you know what I&#8217;m talking about. It&#8217;s really painful.</em></p></blockquote>
<p>This is exactly what was wrong with Shapeoko. Yes, it was generating revenue, but not nearly enough to support me and my family. While at the same time requiring giant amounts of my time.</p>
<p>As a side note, I want to add the fact that Shapeoko was never intended to make any sort of profit. I started the project to release a set of plans to build the machine, I didn&#8217;t start it to actually build and sell machines. [We can explore the details of what changed that in another blog post.]</p>
<p>The situation was this: here is a project that I started, champion, love, find both satisfying and meaningful, but I did not have nearly enough time to dedicate to supporting it properly. The proverbial rock and a hard place scenario!</p>
<p>By mid July, it was clear that I couldn&#8217;t do both. Because my income (read: security) was being generated by my day job, I felt that the lion&#8217;s share of my time and effort should go there. Shapeoko was struggling because I couldn&#8217;t dedicate myself to the project completely. Design improvements were stagnating, the forum (although thriving with user content) needed additional attention that I was unable to provide, and I was afraid the cost of the project was going to increase if I wasn&#8217;t constantly searching for new vendors or more efficient ways of doing things.</p>
<p>In the end it came down to a simple choice: what did I want to do? Continue toiling away at my day job, settling in with the security and relative non-risk of that career, or take a risk and do something that I love?</p>
<p>One thing that I have failed to mention up to this point is open hardware and desktop manufacturing. Both of those subjects are included when I say that I love Project Shapeoko. Yes, I love the little machine, and the community of users that has built up around it. But from a larger picture I love what it represents for both right now, and especially the future.  I believe desktop manufacturing is something that is not going away. I see it more than just a fad, more than just a hobby. Desktop manufacturing is to products as the mp3 was to the music industry. Desktop manufacturing has the potential to change the world.</p>
<p>In the end, selling a desktop CNC machine is cool, and it might generate some revenue for the time being, but it&#8217;s not a sustainable business. Just like many other pieces of hardware, desktop CNC machines will be a <a href="http://en.wikipedia.org/wiki/Race_to_the_bottom">race to the bottom</a> with one company trying to undercut the company that came before it. I may have exacerbated that fact by trying to build/sell a unit for only $300. The real value in the project is what comes out of it. Hopefully better, less expensive machines come out of it. Making it even more realistic to believe that everyone would have something like this at their disposal. But also the software toolchain, and most importantly the end goal is for this and all the projects that come from it, to alter the way people *think* about how they acquire objects.</p>
<p>Like I said, in the end it came down to a simple choice: What did I want to do?</p>
<p>&nbsp;</p>
<p>Well, after nearly two months of thinking, I decided that I want to help change the world! So, starting Monday of this week (October 1, 2012), I officially joined the Inventables team as an employee!</p>
<p>&nbsp;</p>
<p>Now, instead of doing Project Shapeoko on the side, I&#8217;ll be doing it full time. Uninhibited by another job, and with the full resources of the company at my disposal, Inventables is giving me the opportunity to make Project Shapeoko the best that it can be. We have a lot of amazing things planned for the coming months, and I can&#8217;t wait to share them with all of you.</p>
<p>I also want to say thank you to everyone who has supported this project. I&#8217;m going to do my best to deliver on the promise of a better machine and do my part in moving the desktop manufacturing revolution forward.</p>
<p>Here&#8217;s to the beginning of the next chapter in Shapeoko&#8217;s history!</p>
<p>Take care,</p>
<p>Edward Ford</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/929/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Better DXF exports from Inkscape</title>
		<link>http://www.shapeoko.com/archives/872</link>
		<comments>http://www.shapeoko.com/archives/872#comments</comments>
		<pubDate>Tue, 21 Aug 2012 16:50:02 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Shapeoko]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=872</guid>
		<description><![CDATA[If you&#8217;re using Inkscape as part of your CNC software stack, you may have found the default Inkscape DXF export utility to be um&#8230; lacking. To say the least. Exporting vector images as DXF from Inkscape with the default DXF module will result in a mangled mess of layers, lines, and long evenings trying to [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using <a href="http://www.inkscape.org" target="_blank">Inkscape</a> as part of your CNC software stack, you may have found the default Inkscape DXF export utility to be um&#8230; lacking. To say the least. Exporting vector images as DXF from Inkscape with the default DXF module will result in a mangled mess of layers, lines, and long evenings trying to piece things back together.</p>
<p>For instance, here is a simple coaster I drew with inkscape:</p>
<p><a href="http://www.shapeoko.com/wp-content/uploads/2012/08/coast_original.png"><img class="alignnone size-medium wp-image-875" title="coast_original" src="http://www.shapeoko.com/wp-content/uploads/2012/08/coast_original-300x159.png" alt="" width="300" height="159" /></a></p>
<p>I then saved the file as &#8216;Desktop Cutting Plotter (R13) (*.dxf).</p>
<p>But, when I tried to import the saved dxf into HeeksCNC, I was met with the unpleasant side effect of not all the paths being joined together where they should be. If you cound the number of sketches in the left pain, you&#8217;ll see a lot of them. There should be one sketch per path, resulting in 9 paths total:</p>
<p>1.) Outside perimeter</p>
<p>2.) Inside decorative edge</p>
<p>3-5.) Letters: C, S, T</p>
<p>6.) Outside of Letter  &#8217;O&#8217;</p>
<p>7.) Inside of Letter &#8216;O&#8217;</p>
<p>8.) Outside of Letter &#8217;A&#8217;</p>
<p>9.) Inside of Letter &#8217;A&#8217;</p>
<p>It&#8217;s important that the paths are correctly turned into sketches because that&#8217;s how we control the toolpaths. Think of the letter &#8216;O&#8217;: If we machined both the outside and the inside in the same fashion, you&#8217;d be left with a shell of a letter. Same with the letter A.</p>
<p>That issue can be resolved in HeeksCNC, but proved to be a PITA and not something I would want to have to do every time I imported a DXF file. Or ever again for that matter.</p>
<p><a href="http://www.shapeoko.com/wp-content/uploads/2012/08/broken_coaster_import.png"><img class="alignnone size-medium wp-image-874" title="broken_coaster_import" src="http://www.shapeoko.com/wp-content/uploads/2012/08/broken_coaster_import-300x157.png" alt="" width="300" height="157" /></a></p>
<p>Luckily, the people over at <a href="http://www.bigbluesaw.com/saw/big-blue-saw-blog/general-updates/big-blue-saws-dxf-export-for-inkscape.html">Big Blue Saw</a> have a fix for you (and me!) that will result in perfect DXF exports every time.</p>
<p>Here&#8217;s the same inkscape file, saved as Big Blue Saw DXF Output (*.DXF) imported into HeeksCNC:</p>
<p><a href="http://www.shapeoko.com/wp-content/uploads/2012/08/proper_coaster_import.png"><img class="alignnone size-medium wp-image-876" title="proper_coaster_import" src="http://www.shapeoko.com/wp-content/uploads/2012/08/proper_coaster_import-300x160.png" alt="" width="300" height="160" /></a></p>
<p>&nbsp;</p>
<p>Notice the number of Sketches! Yep, there are 9 there, just as we would expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/872/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flashing grbl to Arduino, clear EEPROM</title>
		<link>http://www.shapeoko.com/archives/863</link>
		<comments>http://www.shapeoko.com/archives/863#comments</comments>
		<pubDate>Thu, 02 Aug 2012 13:44:11 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[Shapeoko]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[eeprom]]></category>
		<category><![CDATA[shapeoko]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=863</guid>
		<description><![CDATA[On a few occasions over the last several months I&#8217;ve wanted to flash a *fresh* install of grbl to an Arduino. As you may know, the problem with this is the persistent EEPROM settings that define your Shapeoko&#8217;s setup. Here&#8217;s the situation: To save you the hassle of having to re-input your grbl settings each [...]]]></description>
			<content:encoded><![CDATA[<p>On a few occasions over the last several months I&#8217;ve wanted to flash a *fresh* install of grbl to an Arduino. As you may know, the problem with this is the persistent <a href="http://en.wikipedia.org/wiki/EEPROM">EEPROM</a> settings that define your Shapeoko&#8217;s setup.</p>
<p>Here&#8217;s the situation: To save you the hassle of having to re-input your grbl settings each time you do an upgrade, grbl instead stores your settings in eeprom. That&#8217;s a really great feature, and a real time saver until you don&#8217;t want those settings anymore! Then it turned into an exercise in frustration as each time I loaded a new version of grbl (v0.8) my setting remained the same, because they were stored in EEPROM.</p>
<p>What&#8217;s the solution? Well, for me it was easiest to just clear the EEPROM with a small script, and *then* flash the new grbl.</p>
<p>The script is from the arduino site (<a href="http://arduino.cc/en/Tutorial/EEPROMClear">link</a>):</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<blockquote><p><code><br />
/*<br />
* EEPROM Clear<br />
*<br />
* Sets all of the bytes of the EEPROM to 0.<br />
* This example code is in the public domain.</code></p>
<p><code>*/</p>
<p>#include</p>
<p>void setup()<br />
{<br />
// write a 0 to all 512 bytes of the EEPROM<br />
for (int i = 0; i &lt; 512; i++)<br />
EEPROM.write(i, 0);</p>
<p>// turn the LED on when we're done<br />
digitalWrite(13, HIGH);<br />
}</p>
<p></code></p>
<p><code>void loop()<br />
{<br />
}<br />
</code></p></blockquote>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&nbsp;</p>
<blockquote><p>&nbsp;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/863/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRBL, EMC2, and Mach3&#8230;oh my!</title>
		<link>http://www.shapeoko.com/archives/825</link>
		<comments>http://www.shapeoko.com/archives/825#comments</comments>
		<pubDate>Sun, 08 Jul 2012 16:17:45 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=825</guid>
		<description><![CDATA[When you start down a road that you haven&#8217;t traveled before, it&#8217;s hard to know what you need and what you don&#8217;t need. What&#8217;s important and what&#8217;s not important. So when there are choices, as a newcomer, it&#8217;s difficult to know what is the *right* choice. With this particular project, we&#8217;ve tried to take away [...]]]></description>
			<content:encoded><![CDATA[<p>When you start down a road that you haven&#8217;t traveled before, it&#8217;s hard to know what you need and what you don&#8217;t need. What&#8217;s important and what&#8217;s not important. So when there are choices, as a newcomer, it&#8217;s difficult to know what is the *right* choice. With this particular project, we&#8217;ve tried to take away as many of those initial choices as we could yet still leave the project flexible for all types of users.</p>
<p>&nbsp;<br />
One of the choices is to run the machine with an arduino (grbl) or with a PC based implementation such as Mach3 or EMC2. I&#8217;ll try my best to give a brief rundown on EMC2, as it is what I have been using *almost* exclusively for several months. I have little experience with Mach3, so I&#8217;ll leave that to another user.<br />
First, we&#8217;ll cover some basic concepts:</p>
<p><strong>To run a &#8216;job&#8217; on a CNC machine you need to do a couple of things.</strong></p>
<p>1.) Draw something in a vector format (CAD, inkscape, Sketchup, etc).</p>
<p>2.) CAM what you drew in #1 (cam means to generate the gcode)</p>
<p>3.) Send the Gcode to the machine</p>
<p>4.) Interpret the gcode into step pulses</p>
<p><strong>The difference with grbl vs EMC2: At the most basic level, EMC2 does both sending/interpreting.</strong></p>
<p>- With grbl, you would use something like gcodesender to stream the gcode text file to the arduino. grbl then would interpret the gcode commands and convert them into pulses which are sent to the stepper drivers.  And the job is run on your machine.</p>
<p>- With EMC2 &#8211; you load the gcode file into the interface (usually called AXIS). The gcode is interpreted into a toolpath and shown to you on the screen. This effectively gives you a preview of what EMC2 thinks your gcode is going to produce. When you&#8217;re happy with the preview, you click run. After clicking run, the gcode is interpreted into pulses and send over the DB25 cable to your controller (stepper drivers). And the job is run on your machine.</p>
<p><strong>Got it? OK, good. So what&#8217;s the difference after this point?</strong></p>
<p>- There is a slight difference in the way that gcode is interpreted between EMC2 and grbl. (i.e. EMC2 is more robust with a larger set of understood commands).</p>
<p>- I also think that given the same job, EMC2 will run it faster than grbl due to the limitations of the 328p.</p>
<p>&nbsp;<br />
In my opinion both of those differences are minute. EMC2 offers a better interface and better (truer) CNC experience than grbl. But, it&#8217;s debatable as to whether that matters at all. GRBL was designed to be a no frills CNC controller capable of fitting on an arduino. It&#8217;s simple by design. Whereas EMC2 is huge and monolithic in it&#8217;s quest ot be all encompassing to all CNC operations (lathes, 6 axis machines, big machines, small machines, etc. A pretty accurate anology would be: Microsoft Word vs Notepad. Where EMC2 would be Word and GRBL would be notepad. They are both word processors, and both very good at what they do, but one has A LOT more features than the other. Some of those features are handy, some are simply unnecessary for all but the super niche users.</p>
<p>Are you missing anything by not jumping straight into EMC2 or Mach3? It&#8217;s tough to tell because everyone&#8217;s situation and expectations are different. My general suggestion to everyone is get your machine running with grbl. Get used to running jobs, get used to the machine in general and the workflow that accompanies it. Once you have that stuff down, if you feel like venturing out, go for it! The most difficult part of using EMC2 is procuring a PC with a parallel port. If you already have that, or have access to that, then in my opinion it&#8217;s a great choice to use EMC2.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/825/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>All-in-one CNC Controller (Azteeg G1)</title>
		<link>http://www.shapeoko.com/archives/805</link>
		<comments>http://www.shapeoko.com/archives/805#comments</comments>
		<pubDate>Tue, 26 Jun 2012 15:23:08 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[Shapeoko]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=805</guid>
		<description><![CDATA[A quick history: A little over 2 years ago, I posted this to the sprakfun forum. In summary it is a schematic for an &#8216;all-in-one&#8217; cnc controller that I wanted to call grblDuino. The core of the design was based off the arduino chip (atmega 168 at the time) and 3 easy drivers (atmel A3977). [...]]]></description>
			<content:encoded><![CDATA[<h2>A quick history:</h2>
<p>A little over 2 years ago, I posted <a href="http://forum.sparkfun.com/viewtopic.php?f=14&amp;t=20170" target="_blank">this</a> to the sprakfun forum. In summary it is a schematic for an &#8216;all-in-one&#8217; cnc controller that I wanted to call grblDuino. The core of the design was based off the arduino chip (atmega 168 at the time) and 3 easy drivers (atmel A3977). I tried my hand at eagle but in the end didn&#8217;t make the appropriate effort or time to learn enough about basic board design to get past a simple (and probably flawed) layout/schematic.</p>
<p><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/grblDuino.jpg"><img class="alignnone size-medium wp-image-807" title="grblDuino" src="http://www.shapeoko.com/wp-content/uploads/2012/06/grblDuino-300x212.jpg" alt="" width="300" height="212" /></a></p>
<p>&nbsp;</p>
<p>After several months of not doing anything with the grblDuino, I met and became friends with some people who were capable of making such a board. The problem was they didn&#8217;t have an interest in it. In fact, nobody that I talked to had an interest in making the board. Their argument was that it wouldn&#8217;t be cost effective. After all it&#8217;s tought to compete with Arduino, considering their quantities.</p>
<p>The issue I had was that I wasn&#8217;t trying to compete with Arduino. I wasn&#8217;t trying to make anything arduino compatible. The only similarity was the chip (at the time the atmega 168). But, nobody was down with building something that wasn&#8217;t directly arduino compatible. Oh well, as it were, I was happy with the <a href="http://www.sparkfun.com/products/10267" target="_blank">easy drivers</a>, then I was happy with the <a href="http://www.pololu.com/catalog/product/1182" target="_blank">pololus</a>, then I was happy with the <a href="http://www.buildlog.net/blog/2011/08/stepper-driver-arduino-shield/" target="_blank">stepper shield</a> from buildlog, then I was happy with the <a href="http://www.synthetos.com/wiki/index.php?title=Projects:grblShield" target="_blank">grblshield</a> from sythetos.</p>
<h2>Fast forward to present day:</h2>
<p>Last month I went to Makerfaire in the Bar Area. One of the people that I met was Roy of <a href="http://www.panucatt.com/" target="_blank">Panucatt</a> Fame. You know, the ones who make the Azteeg <a href="http://www.panucatt.com/azteeg_X1_reprap_3d_printer_controller_p/ax13dp.htm" target="_blank">X1</a> 3D printer controller. Roy and I talked about project Shapeoko and he asked if there was anything the project needed, in terms of electornics. My immediate though was back to the grblDuino! Yes, there are lots of solutions currently available to drive your machine, all stated above, and they all work great. But, it&#8217;s always seemed more complicated than it needs to be. And expensive. Without building your own solution, you&#8217;ll need:<br />
An Arduino &#8211; $30 +<br />
a.) Buildlog shield: $25 for board + $36 for pololu chips = $61 + Arduino = $91<br />
b.) grblshield: $60 for board (build in drivers) + Arduino = $90</p>
<p>For a project that&#8217;s striving to hit the <strong><span style="text-decoration: underline;">$300</span></strong> mark, every dollar counts! At ~$90, nearly 1/3 of the goal cost for the entire machine is being consumed by the controller. I&#8217;m not saying those controllers aren&#8217;t worth it, they&#8217;re great, and they&#8217;ve never let me down, but again it seemed like the cost could be shaved considerably by eliminating the unecessary bits and pieces that weren&#8217;t being used.</p>
<p><strong>Enter the Azteeg G1 &#8211; all in one CNC controller.</strong></p>
<div id="attachment_808" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1.jpg"><img class="size-medium wp-image-808" title="azteeg_g1" src="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1-300x201.jpg" alt="" width="300" height="201" /></a><p class="wp-caption-text">Azteeg G1 CNC controller</p></div>
<p>Right now panucatt is anticipating a price point between $70-$80USD. As I&#8217;m told, general availability could be as early as the end of July!</p>
<p>Some tech specs:</p>
<p>- ATmega 328P<br />
- FT231x USB chip (FT232RL on prototype)<br />
- 2oz PCB RoHS compliant<br />
- 3 DRV8811 Stepper drivers<br />
- 12-30V wide input switching power supply(single supply)<br />
- PTC protected USB line<br />
- Fast Acting 5A Blade Fuse<br />
- RX/TX Leds</p>
<p>&nbsp;</p>
<h2>Here&#8217;s my review of the unit they sent me for testing.</h2>
<p><strong>First impressions:</strong> This thing looks awesome! It&#8217;s the same color blue as the Azteeg X1. The silkscreen is white (and super informative) and the markings are in a very cool silver color. Not sure where the idea came from, but they also put a piece of thick (maybe .22&#8243;) clear acrylic over the top of the controller. I want to take it off and engrave the Shapeoko logo on it! The acrylic is held in by 3 screws going into standoffs. The standoffs themselves are an added bonus. I can see mounting this thing directly to the back of the machine. (with an additional shroud for protection of flying debris and to prevent possible shorting issues)</p>
<h3>
<div id="attachment_809" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_top_left.jpg"><img class="size-medium wp-image-809" title="azteeg_g1_top_left" src="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_top_left-300x201.jpg" alt="" width="300" height="201" /></a><p class="wp-caption-text">Azteeg G1 - top left view</p></div>
<p>Testing:</h3>
<p>Right now there are only about 2 hours of machine time on this controller (time the controller was actually driving the machine). But, from my testing (mostly <a href="http://www.shapeoko.com/wiki/index.php/Tsp_sld" target="_blank">single line drawings</a>) it&#8217;s been as advertised. It runs exactly the same as an arduino + grblshield. As it should, using the same stepper driver chips (TI DRV8811) and firmware.</p>
<p><strong>Testing Overview: </strong>The machine I used for testing has a dual drive Gantry. The Azteeg G1 only supports 3 axis. To prevent disassembling the machine, I plugged both my gantry drives into the Y axis control (taking care to reverse the pairs on one of the drives). No problems there. When they sent me the board, it was pre-loaded with the stable version of grbl (v0.7). Instead of loading the edge branch (v0.8d), i ran with the stable version. I&#8217;m planning to load v0.8 soon and run some more testing. A couple of features I&#8217;d like to test are the limit switches in action and the spindle control. Panucatt placed 2 Mosfets on the board which can be used to drive an external relay (in the same fashion the buildlog <a href="http://www.buildlog.net/blog/2011/10/pololu-compatible-relay-driver/" target="_blank">4th axis relay driver</a> works). Some people might disagree, but I like the fact that they left the relay off the board. This saved some cost, yet still left the option available without too much added work.</p>
<div id="attachment_810" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_front_top.jpg"><img class="size-medium wp-image-810" title="Azteeg G1 - Front/Top View" src="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_front_top-300x201.jpg" alt="" width="300" height="201" /></a><p class="wp-caption-text">Azteeg G1 - Front/Top View</p></div>
<p><strong>Usability Notes:</strong> As with the grblShield, heat dissipation seams to be great. The drivers were set to 1A, and I was running my machine at about 16,000mm / minute. I didn&#8217;t measure the temp, but there were no overheating issues as seen when using the pololu drivers without heatsinks + active cooling. I&#8217;m told with the production version of the Azteeg G1, 2oz copper will be used, adding even more disappation potential to the layout.<br />
- Setting the microsteps individually per axis was a huge plus. They&#8217;re manipulated the same way the buildlog shield is done (with jumpers).<br />
- Screw down terminals made connecting my machine a breeze. They seem slightly smaller than what&#8217;s used on the buildlog shields, but didn&#8217;t seem to effect inserting the wire and screwing it down.<br />
- There&#8217;s a jumper on the board allowing you to power it from USB only. This can be used for programming the board. Switch the jumper back and it uses the 24v supply. Both are clearly marked on the silkscreen.<br />
- I inadvertantly plugged in the controller to the 24v source *before* attaching my stepper motors. As some of you may have learned the hard way (myself included), with a pololu setup this would have *blown* all the chips, releasing their magic black smoke and becoming $12 paper-weights (<em>for very small pieces of paper</em>). With the Azteeg G1, it didn&#8217;t matter. After realizing what I did, I simply unplugged the 24v source, then connected my motors, then plugged it back in, and it worked fine. No issues. This is more of a testimate to the TI DRV8811 chips than the board itself, but it&#8217;s definitly worth noting.</p>
<p>&nbsp;</p>
<div id="attachment_811" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_bottom.jpg"><img class="size-medium wp-image-811" title="azteeg_g1_bottom" src="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_bottom-300x201.jpg" alt="" width="300" height="201" /></a><p class="wp-caption-text">Azteeg G1 - bottom view</p></div>
<div id="attachment_812" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_front_right.jpg"><img class="size-medium wp-image-812" title="azteeg_g1_front_right" src="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_front_right-300x201.jpg" alt="" width="300" height="201" /></a><p class="wp-caption-text">Azteeg G1 - Top Right View</p></div>
<div id="attachment_813" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_front_left.jpg"><img class="size-medium wp-image-813" title="azteeg_g1_front_left" src="http://www.shapeoko.com/wp-content/uploads/2012/06/azteeg_g1_front_left-300x201.jpg" alt="" width="300" height="201" /></a><p class="wp-caption-text">Azteeg G1 - Front Left View</p></div>
<h2>Conclusion</h2>
<p>I can&#8217;t really find anything to complain about. There was a minor mistake on the silkscreen, but even with that, this is the best &#8216;prototype&#8217; board I&#8217;ve ever seen. Had I not known first hand it was a prototype, I would have guessed it to be a finished product. If Panucatt can really deliver this board for the pricepoint they&#8217;re estimating, I think it&#8217;ll be a winner. It&#8217;s clean, simple, and does what it&#8217;s supposed to do. I&#8217;ll post a follow up review after the edge version of grbl is installed and has been tested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/805/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A sense of community</title>
		<link>http://www.shapeoko.com/archives/794</link>
		<comments>http://www.shapeoko.com/archives/794#comments</comments>
		<pubDate>Thu, 14 Jun 2012 14:08:44 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Shapeoko]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=794</guid>
		<description><![CDATA[I run the risk of sounding a little gushy and dramatic here. but I&#8217;ll take my chances: People who are down with the Shapeoko feel a little bit like David vs Goliath. Prior to Shapeoko there was a barrier to get into desktop CNC. Mostly the barrier was price. After price, it was complexity and [...]]]></description>
			<content:encoded><![CDATA[<p>I run the risk of sounding a little gushy and dramatic here. but I&#8217;ll take my chances:</p>
<p>People who are down with the Shapeoko feel a little bit like David vs Goliath.</p>
<p>Prior to Shapeoko there was a barrier to get into desktop CNC. Mostly the barrier was price. After price, it was complexity and /or a general obfuscation of all the little inner workings of the machine. Intended or not, it seems that one of the key issues we&#8217;ve &#8216;solved&#8217; is an openness about how the machine works and what it takes to get it working.</p>
<p>Having an open dialogue about the machine, from &#8216;hey this is great!&#8217; to &#8216;hey, this could be better&#8217; is really important. It seems that everyone in the community is trying to make this machine better. Either by pointing out errors in documentation, or clarifying instructions, or helping with design proposals. I personally take no offense with any of the design critics or suggestions for improvements. In fact, I&#8217;m asking for it! From the beginning I&#8217;ve tried to be as honest with people as I could be. Whether that honesty was about pricing, or time, or mistakes I&#8217;ve made, or the fact that I&#8217;m not an engineer by any stretch of the imagination. Part of the openness of this project is the users understanding that we&#8217;re doing this together.</p>
<p>We&#8217;ve also said &#8220;hey, you don&#8217;t need to fab anything to make this machine&#8221;. Which is a huge bonus. Yes, there are machines available that you don&#8217;t have to fab, but those machines *start* at twice as much as a Shapeoko. For all of the machines that you do have to do some fabrication, they are mostly still more expensive than Shapeoko *and/or* they have very poor documentation if any, other than a few pictures.</p>
<p>So, when I hear people who are promoters of Shapeoko, I can only think they feel like someone was listening to them. or that someone was thinking of them when they designed the machine. Which, I can tell you is true 100%. After all, I am one of them <img src='http://www.shapeoko.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  So, when the machine was designed I was trying to make something for me. Make something for a regular guy that didn&#8217;t have the cash to buy an expensive &#8216;turnkey&#8217; cnc machine. Make something for a regular guy who didn&#8217;t have the skills to drill precision holes or cut precision square lengths. Shapeoko is for us.</p>
<p>Maybe I&#8217;ve mentioned this before but the other thing that really makes all of this work is the fact that everyone has the same machine (more or less). Yes, some people have done heavy mods, others have done light mods, but at the core each of these machines are the same: Basic frame, makerslide sytem, and simple electronics. That commonality among all the users, whether the user is in Australia or in Chicago makes this work. When one person finds something new, or learns something, or makes an improvement. That information is DIRECTLY related to every other Shapeoko user in the community. And people dig that. Hard. It&#8217;s like they&#8217;ve been put on a team. Team Shapeoko. It is very cool.</p>
<p>I&#8217;m really proud of this project and really proud of the community that has sprung up around it. I hope with the 500+ people we&#8217;ve added to Team Shapeoko over the last few months, we can really kick the project into the next level.</p>
<p>I can&#8217;t wait to see what happens next.</p>
<p>-Edward</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/794/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Makerfaire and images from the gallery</title>
		<link>http://www.shapeoko.com/archives/753</link>
		<comments>http://www.shapeoko.com/archives/753#comments</comments>
		<pubDate>Wed, 06 Jun 2012 15:21:11 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[Shapeoko]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=753</guid>
		<description><![CDATA[It&#8217;s been an interesting couple of months, I managed to make it to Makerfaire in the Bay area a few weeks back, which was amazing to say the least. I had the opportunity to meet a whole bunch of really cool people, including Brook (of printrbot fame), Nate from Sparkfun, the Full spectrum laser guys, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been an interesting couple of months, I managed to make it to <a href="http://makerfaire.com/">Makerfaire in the Bay area</a> a few weeks back, which was amazing to say the least. I had the opportunity to meet a whole bunch of really cool people, including Brook (of <a href="http://printrbot.com/">printrbot</a> fame), Nate from <a href="http://www.sparkfun.com">Sparkfun</a>, the <a href="http://fslaser.com/">Full spectrum</a> laser guys, and a couple other notables.</p>
<div id="attachment_765" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/photo.jpg"><img class="size-medium wp-image-765 " title="photo" src="http://www.shapeoko.com/wp-content/uploads/2012/06/photo-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Shapeoko, ORDbot, printrbot</p></div>
<p><em> </em></p>
<p>But, best of all, I met close to a dozen members from the forum! That was really cool getting to actually shake hands with everyone and put a face with a name so to speak.</p>
<p>I also spent some time with Bart of <a href="http://buildlog.net">buildlog.net</a>. Bart setup an ORDbot in my booth and spent Saturday and Sunday talking with folks about <a href="http://www.makerslide.com">Makerslide</a> and home CNC in general. He was printing <a href="http://staging.thingiverse.com/thing:2892">giant whistles</a> and showing off some of the <a href="http://www.sotadesign.ca/3d-printing-cnc.php">newer 3D printer controllers</a>. It was really fun.</p>
<p>As mentioned in my <a title="The end is just the beginning" href="http://www.shapeoko.com/archives/739">previous post</a>, I had taken a bunch of orders back in March, just beforemaking the deal with <a href="http://www.inventables.com">Inventables</a>. As such, when it came time to deliver the orders I was running really low on inventory and had some part sourcing issues, by the time all of the orders were shipped it was the end of May! The entire time those orders were waiting to ship, I found it difficult to focus on anything other than shipping the orders. Now that those are gone I feel like the weight that back orders create on my well being has been lifted. (I realize that last sentence was a little dramatic!).</p>
<p>It is very nice to just be a user again and helping to drive the project forward. I have several ideas for improving the machine that have been dwelling in the back of my head for some time. Looks like I&#8217;ll have some time now to actually test/implement those.</p>
<p>In the meantime the <a href="http://www.shapeoko.com/forum">community over in the forum</a> has been moving the project forward on their own! It&#8217;s been unbelievable to watch some of the things people have come up with. Here are a few examples.</p>
<p><strong>Improbable Construct is making signs:</strong></p>
<p><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/ic_image11.jpg"><img class="size-medium wp-image-767 alignleft" title="ic_image1" src="http://www.shapeoko.com/wp-content/uploads/2012/06/ic_image11-224x300.jpg" alt="" width="224" height="300" /></a></p>
<p style="text-align: left;"><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/ic_image21.jpg"><img class="size-medium wp-image-768 aligncenter" title="ic_image2" src="http://www.shapeoko.com/wp-content/uploads/2012/06/ic_image21-224x300.jpg" alt="" width="224" height="300" /></a><em> </em></p>
<p><br style="clear:both;" /><br />
<em>(side note: checkout his <a href="http://www.etsy.com/shop/ImprobableConstruct">etsy shop</a>. It is awesome!)</em></p>
<p><br style="clear:both;" /><br />
<strong>Nio made a v-slot table to lock down material.</strong></p>
<p><a href="http://www.shapeoko.com/wp-content/uploads/2012/06/tableclampped.jpg"><img class="size-medium wp-image-757 alignnone" title="tableclampped" src="http://www.shapeoko.com/wp-content/uploads/2012/06/tableclampped-300x225.jpg" alt="" width="300" height="225" /></a><br />
<br style="clear:both;" /><br />
This is exactly the type of thing I was hoping would happen once the kits were delivered. I can&#8217;t wait to see what else happens.</p>
<p>Take care,<br />
Edward</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/753/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The end is just the beginning</title>
		<link>http://www.shapeoko.com/archives/739</link>
		<comments>http://www.shapeoko.com/archives/739#comments</comments>
		<pubDate>Fri, 25 May 2012 02:25:51 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[Shapeoko]]></category>

		<guid isPermaLink="false">http://www.shapeoko.com/?p=739</guid>
		<description><![CDATA[I&#8217;m done! As of last night, every order I&#8217;d ever taken relating to the Shapeoko has been packed, labeled, and shipped. What a relief. You may be asking yourself what the hell I&#8217;m talking about. How could I still be shipping Shapeoko kits? We inked the deal with inventables on April 1st&#8230; Well, let&#8217;s just [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m done! As of last night, every order I&#8217;d ever taken relating to the Shapeoko has been packed, labeled, and shipped. What a relief.</p>
<p>You may be asking yourself what the hell I&#8217;m talking about. How could I still be shipping Shapeoko kits? We inked the deal with inventables on April 1st&#8230; Well, let&#8217;s just say that I had some back orders to take care of.</p>
<p>Unbelievably, it&#8217;s taken me this long to complete all of the orders taken from ordering period March 1 &#8211; March 14th. First there was a part shortage, then delays getting the parts back in stock, then one thing, then another. The point of the story is this: That&#8217;s why I gave up the order fulfillment business. With work, family, &#8216;events&#8217;, and just maintaining the project, I was burning the candles at both ends trying to get everything done. And when your schedule is stretched that tight, when things don&#8217;t go as planned (and they seem to never go as planned) one tiny miscalculation or backorder and it screws everything up royally.</p>
<p>I think if I could have buckled down last week, like I thought I was going to, I could have had them all shipped by the time I left for Maker Faire last Thursday. But, that didn&#8217;t happen. In typical fashion I ran out of M5 x 30mm bolts with a few kits to go. M5 x 30mm bolts are my most common, most used bolts, and I managed to run out of them&#8230; I should have implemented an ERP system back in January instead of relying on my spreadsheet.</p>
<p>The good news is this: That&#8217;s behind us now! Hooray for Time. The bad news is that I have a laundry list of catchup items to take care of. But the good news about the bad news is that I&#8217;m looking forward to the laundry list <img src='http://www.shapeoko.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Here&#8217;s what&#8217;s on the Docket, in no particular order:</strong></p>
<p>1.) Test the RC spindle.<br />
2.) Test all the different controllers I have with a &#8216;controlled&#8217; (no pun intended) experiment<br />
3.) Finish up the quick start guide documentation for all of the users about to receive their machines from Inventables!<br />
4.) Finish building my ORDbot.<br />
5.) Implement the alternative z-axis setup we&#8217;ve been discussing on the forum.<br />
6.) Implement the dual drive (driveshaft) setup we&#8217;ve been discussing on the forum<br />
7.) Finish cutting all of the z-axis plates for the inventables order (that should be done Tomorrow night).<br />
8.) Test EMC2Arduino</p>
<p>OK, so that&#8217;s not too bad of a list and it all looks pretty fun, so I&#8217;m not going to sweat it. One item at a time and it&#8217;ll be done soon enough.</p>
<p>In the meantime, I&#8217;ve got another project to start.</p>
<p>Take care,<br />
Edward</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shapeoko.com/archives/739/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
