* Login 
* FAQ    * Search

All times are UTC - 6 hours




Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: Small CNC machine kit?
PostPosted: Sat Jul 10, 2010 12:21 pm 
Offline
Moderator
User avatar

Joined: Mon Mar 07, 2005 5:47 pm
Posts: 10491
Location: Spamalot
I was watching this video and I thought "why not use a Propeller to make that"?

Spoiler:


A relatively cheap CNC machine kit based off the Propeller? Yes please!

It could probably work with .eps or .svg files, but I'm not sure how complicated it would be to make it work in 3 dimensions.

Just needs a way to load files to cut/engrave/draw, got several ideas for that:

- SD card with a text LCD interface. Load the files from an SD card, select and monitor progress on one of those cheap text-based LCDs people put in PC cases to monitor CPU load and heat, or screens from those "my first activity computer" things VTEC makes. (They might be more difficult for some people to acquire though.)

- SD card with TV-out interface. The Propeller can output composite video, so this would save the user from having to get an LCD that will work with the kit. However, that's kind of awkward to set up. (I'm thinking more along the lines of what we do here; if it's set up that way it could just use a spare LCD or one of those $20 DealExtreme specials.)

- Connect to the PC through USB and use its own controller software. Hooking it up like a printer would be the dirt-cheap way to do it, but would require writing software and possibly drivers to make it functional. This would require minimal extra parts, saving money at the expense of development time.

The actual cutting part could be a custom-built motor setup, or a clamp to attach a Dremel or drill the user already has.

The unit already prototyped in the video handles the X axis, but for the Y access I think it should move the material under it, as opposed to it moving over the material. This would allow for (theoretically) unlimited length on the Y axis, and the unit itself could be smaller and easier to store when not in use. (And as an added bonus, the same basic design could be customized into a plotter.)

What do you think?

_________________
Twitter
http://www.pcwgaming.com
If you want a Dropbox account, please use my referral link


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Sat Jul 10, 2010 3:26 pm 
Offline
User avatar

Joined: Mon Mar 05, 2007 7:20 pm
Posts: 1382
Location: Sunny California
In my opinion, the best and most viable idea yet. Of course, he already has access to a 3-dimensional CNC cutter so this would purely be a project just for fun. :)

_________________
Image


Top
 Profile  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Sun Jul 11, 2010 11:23 am 
Offline
User avatar

Joined: Sun Sep 06, 2009 8:56 pm
Posts: 684
Whoo! Something I've done tons of research into!

You can't directly use .svg files, you have to load it into CAM software to draw the G-Code (.nc, and others) for the drivers.

Loading the files would be best through a cheap shop computer (even P1 is doable), which I'm sure most people could pick up for free (or on the cheap). Also, a parallel/printer port would be better than USB (I forget why :oops: ) and for drivers, all you need is a copy of EMC2 (free linux machining distro software).

Moving the whole y axis is possible, but I think you'll need a much bigger stepper motor along that axis.

A dremel for cutting power is fine.

It's a good idea though.

Apparently you can go as low as $20 to build a CNC router, but that's with scavenging for stepper motors from printers/scanners, and also lacks electronics.

_________________
zeturi wrote:
If you're getting 404'd when trying to use the links in stickies, try this tutorial to find that juicy info.


Top
 Profile  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Sun Jul 11, 2010 8:08 pm 
Offline
User avatar

Joined: Thu Feb 28, 2008 2:02 pm
Posts: 1318
Location: Istanbul, not Constantinople
Mario wrote:
In my opinion, the best and most viable idea yet.



I agree wholeheartedly. I would love to see this done.

_________________
This post brought to you by David Duchovny's glorious nipples.


Top
 Profile  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Mon Jul 12, 2010 3:11 am 
Offline
User avatar

Joined: Sun May 30, 2010 3:11 am
Posts: 728
Location: Diggi Down Under
Mario wrote:
In my opinion, the best and most viable idea yet.

Image

_________________
Wedgix (custom linux distro): 20% complete


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Fri Jul 16, 2010 5:38 am 
Offline

Joined: Wed Apr 16, 2008 3:53 pm
Posts: 23
Location: Youngstown
SO. Apparently I should have checked the forums before I emailed my submission. I just emailed this. I second scruffy's second. I've seen a couple on the tubes but I'd like to see Ben's take on it, and I'd like to see his instructions/parts list/finished product.

_________________
Check out my C64 portable: http://c64dtv.us


Top
 Profile  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Fri Jul 30, 2010 2:15 am 
Offline

Joined: Sat Jan 30, 2010 12:22 am
Posts: 1000
Location: Australia
I am interested in a DIY CNC Kit.


I mean, I have put some research into it too as you can see here http://www.haunted360.com/forum/viewtopic.php?f=59&t=51


Thanks.


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Fri Jul 30, 2010 11:52 am 
Offline
Moderator
User avatar

Joined: Mon May 24, 2004 12:33 pm
Posts: 7389
Location: Aperture Science enrichment Center
Haunted360 wrote:
I am interested in a DIY CNC Kit.


I mean, I have put some research into it too as you can see here http://www.haunted360.com/forum/viewtopic.php?f=59&t=51


Thanks.

do you actually read anything anybody says to you? or are you really that oblivious? let me say it one last time
Rules 6.0 thread wrote:
2. No advertising or blogging. Following spamming, advertising your own site or forum is one of the most useless and obnoxious acts existent. If you are to do any advertising, it will reside in your signature, nowhere else. Too clear ideas up, the word blogging is derived from the digital web log (blog) and is defined as the act of creating topics that no one can discuss. Please do not post threads of your day at school, what you found under the sofa, or how you scraped your knee skateboarding.


If you post another direct link or url to your website or forum you WILL receive a one month ban.

_________________
ImageImageImageImage
My Board Track Cruiser project!


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Sun Aug 15, 2010 6:47 am 
Offline
User avatar

Joined: Sun May 30, 2010 3:11 am
Posts: 728
Location: Diggi Down Under
Pwned :lol:

_________________
Wedgix (custom linux distro): 20% complete


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Fri Aug 20, 2010 7:05 am 
Offline

Joined: Sat Jan 30, 2010 12:22 am
Posts: 1000
Location: Australia


Claw Machine anyone?

Maybe we can win some Money as like Michael Jackson had in his...


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Fri Sep 17, 2010 10:31 pm 
Offline
User avatar

Joined: Sun Apr 25, 2010 2:19 am
Posts: 170
Looks like ben's doing this.

_________________
Let's just say my portable has got loads of win!!! *hint *hint
Transformice is so addictive!


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Sat Sep 18, 2010 12:12 am 
Offline

Joined: Sat Jan 30, 2010 12:22 am
Posts: 1000
Location: Australia
He is!

Can't wait to build one!!!!!!!!!!!!!!!!!!!!!!!!

I am so excited for his show.

I will be watching it all the time! hahaha :mrgreen:


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Sat Sep 18, 2010 3:28 am 
Offline
User avatar

Joined: Sun May 30, 2010 3:11 am
Posts: 728
Location: Diggi Down Under
Haunted360 wrote:


Claw Machine anyone?

Maybe we can win some Money as like Michael Jackson had in his...

didn't you see the vid in the OP?

_________________
Wedgix (custom linux distro): 20% complete


Top
 Profile E-mail  
 
 Post subject: Re: Small CNC machine kit?
PostPosted: Sat Sep 18, 2010 6:07 pm 
Offline

Joined: Sat Jan 30, 2010 12:22 am
Posts: 1000
Location: Australia
Yea, and then I re-posted it by accidental...


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group