Archive for the ‘News’ Category

The Cricut Seems to Be Ripe For the Hacking

Sunday, February 14th, 2010

My Cricut

A member at the hackerspace donated a Cricut 6" cutter when she upgraded to the Expression model.  I've seen these little devices in most craft stores and even Wal-mart, and they seem ripe for the hacking.  The Cricut line of personal CNC paper cutters appear to have been looked into on a number of occasions from what I could find, but I didn't really find any good resources for information on hardware hacking other than a couple simple hacks and the discovery that the Cricut USB link was actually an USB to RS232 connection.  I also didn't find any open source or homebrew software to turn these devices from advanced scrapbook die cutters to general purpose CNC paper cutter/plotter/whatever.  I really want to play around with this thing (including trying to mount a spindle on it for crude PCB routing, among other things), but it looks like someone still needs to do a little leg work to make that happen easily.

What I did find is that there are  a few proprietary software packages out there (Sure Cuts A Lot and Make The Cut) that allow you to place and cut TrueType fonts and SVG format vector graphics.  This coupled with the fact that the device was using an RS232 link to do the actual communication to the on board microcontroller led me to believe it should be trivial to back-engineer the command protocol.  I downloaded the trial versions of the available 3rd party tools and grabbed a few windows serial port sniffing applications and set off to start logging communications.

Unfortunately I found that no combination of serial sniffer and control software seemed to work out.  I can easily use the serial sniffers to look at the transactions of the Arduino bootloader and the host application over the USB to RS232 link, but I see no activity with the 3rd party Cricut software.  I can set up a USB sniffer link and log data, but these logs are relatively verbose and I'd like to use a more elegant solution to log the RS232 data directly.

Since I'm more comfortable with the hardware side of things, I'm currently focusing on the problem from that angle.  I didn't want to start chopping up the space's Cricut, I set out to acquire my own for the task.  I managed to scoop one up for $60 with no cartridges from an individual who upgraded to the Expression as well.  Stay tuned for some hardware dissection notes as I take my personal unit apart!

Share

Spider Sighted int the Wild

Wednesday, February 3rd, 2010

Since I posted the spider ring on Thingiverse I've seen it pop up in a few places, like this video on the WSJ site.  In the latest edition of Make magazine (volume 21) it popped up again on page 49 in a line up of other interesting objects from Thingiverse.  It's a weird feeling to know that someone else has actually made something I designed and threw on the internet.  Hopefully this kind of thing will happen more and more as "home fabrication" becomes more ubiquitous!

Share

CNC Get!

Monday, January 18th, 2010

I managed to acquire a used homebrew joe's 2006-R1 CNC mill on Craigslist last week and with a little help from CCCKC members I got it set up at the hackerspace!  It didn't come with a spindle, but I also found a variable speed 2HP Craftsman router with 1/4" and 1/2" collets  for a reasonable price as well to use with the setup.  Unfortunately, it turned out to be too big for the spindle mounts so we cut some temporary mounting brackets out of MDF to mount the spindle and use it to cut new mounting brackets.  I'm currently waiting on some 3/4" HDPE and endmill bits to come in so we can start cutting while I debug a couple issues the setup seems to have with limit triggering.

As far as my projects go, access to a CNC setup should allow me to skip the bootstrap section of my CNC mill design.  Hopefully CCCKC members will get some good use out of it 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

MakerBot Update – Extruder and Platform Upgrades

Monday, November 30th, 2009

I posted two upgrades I've made to my MakerBot to Thingiverse this weekend.  First is a build platform upgrade, which is just a quick mod that allows you to use "throwie" magnets to couple the build surface to the y-axis instead of the 1/8" cube magnets that come with the kit.  While I like the original design, the larger magnets  are easier to come by and you don't have to worry about them working their way out of the wood platforms over time because they're not held in place by friction.

Build Platform Upgrade

Second is the drop in Paxtruder.  My MakerBot has been down for about 2 weeks now because I cracked my idler wheel.  I decided to take this opportunity to play around with an alternative design someone posted to Thingiverse that uses a Delrin pusher rather than an idler wheel.  I modified the design a bit so I could reuse the mounts and heater components without too much difficulty.  I haven't been using it for too long, but I love that it takes next to no time to change filament with this design and that tension is ridiculously easy to adjust.  During the short time I've been using the new extruder, I've also noticed that the gear motor noise (and presumably load) seems more consistent as well compared to the idler wheel design.

Drop in Paxtruder

Share