Posts Tagged ‘CNC Mill’

Progress Update – 3/8/11

Tuesday, March 8th, 2011

I haven't been posting any projects, but I've definitely been working on stuff!   If you don't follow my Thingiverse posts, I've leaned a little about character modeling in Blender and made me a ceiling cat for the shop:

I also made some spools for jumper wire that fit in my trusty electronics tackle boxes:

I've also been working on a set of parts that'll attach to a standard Cupcake CNC to add fume hood functionality for a fellow Makerbot operator.  It's not done yet, but the parts I have done make it look like a little oven, which I think is pretty awesome:

I've also been working on the CNC router at CCCKC, which has had a few successful test cuts and should help me finish a few long-running projects I've had on the back burner.  Check out this CCCKC blog post for video and some more info.

Lastly, I've been working on my self replicating CNC project again.  I've decided to make this project even more ambitious and I've acquired most of the hardware that I think I'll need to finish it up, or at least get it off it's feet.  I'm also learning OpenSCAD and doing all my initial design and prototyping in OpenSCAD.  I'm going to try and use OpenSCAD to model all the milled components in 3D and then use OpenSCAD's 2D rendering capabilities to generate the DXF files that will eventually be used to generate tool paths to actually mill the parts.  I'm trying to make the design very parametric and well organized so it'll be easy for me to tweak and easy for others to modify use the parts they have on hand or make new  derivatives.  The CCCKCCNC being up should help prototyping as well.

 

Share

CNC Project Update – Stepper Motors, Controllers, and Miscellaneous Electronic Bits Acquired

Sunday, December 27th, 2009

Progress on my CNC router platform has been progressing slowly but I've hit a few milestones.  I got 4 RepRap 2nd generation motor controllers assembled and tested and have acquired 4 new NEMA23 steppers and one used high torque Xylotex NEMA23 from  the local swap meet to use in the prototype.  I got the X axis up and running and was quite pleased with the torque even the smaller steppers put out.  I also picked up some nice 4-pin sockets, terminal strips, and limit switches for the prototype build as well as a few other electronic goodies at the SSARC Hamfest about 2 months back.

As far as design goes, I've decided against the 1" square tubing and skate bearings design pictured above.  It's just too bulky for anything other than the X axis so I'm going to switch over the the more traditional precision ground shafts and bearings for linear guides on all axes at this point.  Other than being bulky, I like the design and will probably try to utilize it at some point in the future.  I've already acquired some shafts and bearings for testing this new setup but have yet to cut new bearing brackets to install on the boot-strap platform.   The overall design is on its second revision on paper with details for the X and Y axes specified and sketched up.  I'm looking at alternative linear motion setups that I could possibly fit within the specified budget so it may undergo another revision before I start cutting parts for the boot-strapped version.

This project will likely progress slowly for a bit longer as I seem to have outgrown my current work area.   I'm hoping to be able to move to a more suitable location in a few months time and set up a proper workshop, or at least that's the plan.

Share

Next Project – Yet Another Homebrew CNC Mill

Sunday, October 18th, 2009

CNC Mill Prototype

The idea of a machine that takes digital designs and creates real things has always been fascinating to me.  I like that I can go from an idea to an actual physical object with just a couple hours of work (or minutes in some cases), a little scrap material, and one of these machines at my fingertips.  I recently came across a laser cutter for sale in my area, and I had to get it for this reason.  I absolutely love what it allows me to do with my ideas, and I really see it as a "gateway" device for me.  The laser cutter allowed me to build a 3D printer from open source designs and make modifications.  Now I turn to my laser cutter to help me make the device that introduced me to these dream machines, the CNC router.

I've wanted one since high school and I've played around with the idea of making my own for some time now.  I decided that now is as a good a time as ever to try and create my own version.  Here's some of the goals I set up for this build and the reasoning behind them:

Reproducibility:
I've made my share of projects from found components, both bargains and the kind pulled from dumpsters, and while this makes each project unique, it often doesn't allow others to follow in your footsteps easily.  It also means that when the project breaks it often can't be repaired easily, if at all.  For these reasons, using primarily readily available parts is a must (you'll fine out why I use the qualifier "primarily" here in a second).

Cost:
I could go all out and get high quality linear bearings, ball-screws, anti-backlash nuts, and use milled aluminum components for construction, but why?  If I was going to do that I'd just go out and buy a good CNC mill made by people that know a lot more about mechanical design than me or buy a good mill and add steppers.   There are even a number of low cost but decent quality hobby CNC setups available, most notably the FireBall V90 from Probotics and the micRo from Lumenlab.  These units cost $600 for the mechanical components and $900 for mechanics plus steppers, respectively.  To make my design worth while, I've got to build a better system for about the same price, which its unlikely, or I've got to make a reasonably performing system that's significantly cheaper.  Half the cost of a readily available kit seems like a good goal to me.  This would mean that all the mechanical components of the machine should cost under $300.  I envision the final version being constructed from 3/4" HDPE, which I estimate will cost about $50 for a single machine.  If that is the case, all the mechanical bits should cost under $250 to meet this design goal.

Performance:
At the the very least the machine should be able to mill plastic reasonably well and preform other lighter load tasks.  Lighter load tasks would include using it as a simple draw bot, 3D printing using a plastic extrusion head, and PCB milling if possible.

Modularity:
This entire project will be a learning experience for me, and I want to be able to use the mill as an experimental platform of sorts so the ability to swap out components is important.  I'd also like to design a few variations of different subsystems that people could swap out depending on their desired use case.  For example, I plan on using Acme rod and hex nuts under tension to help with backlash, but to cut costs you could alternatively use 1/4"-20 all thread and a coupling nut and compensate for backlash in software.  Ideally you'd only have to swap out only a few parts to go from one setup to the other.

Bonus Points:
Just for fun, I'd like to design the mill such that all the machined components can easily be made on the mill itself once it's completed, much like the concept behind the RepRap.  Since I don't have access to a CNC mill myself, this means that I'll have to create a "bootstraped" version with the tools I have and then mill the parts for the final version on the bootstraped machine.

I've already started making some components and I'll hopefully have some stuff to share soon.

Share