Category Archives: CNC

Sneak preview: The Evil Mad Scientist 3D Printer Project

X & Y Axes

Did you enjoy making sugar cube sculptures as a kid? Boy have we got a project for you.
Besides the projects that we post here each week, we’ve been working on some larger scale projects in the past year. One of these is almost done, and we’re ready to give you a sneak preview: It’s a home-built, DIY, CNC, 3D printer, that uses granulated sugar as the printing medium. This is still a work in progress, but we’re making rapid progress and we hope to show off the completed printer at the Bay Area Maker Faire in May.

(Update added 5/9/2007: we’ve got it working now.)

The printable volume is 24 x 13.5 x 9 inches, with programmed resolution of 1000 steps per axis. We expect effective pixel size to be in the range of 2-5 mm. In other words, it makes fairly large, but fairly low resolution, models out of sugar. Think of it as a way to make giant and amazing sugar cube sculptures!
Continue reading Sneak preview: The Evil Mad Scientist 3D Printer Project

LabVIEW routines for the MAKE Controller

MakeController

As evidenced by a growing collection of projects, the MAKE Controller has great potential as a hardware platform enabling computers to really do things.

We won a MAKE Controller for our set of Halloween projects this year, and we’re just starting to play around with it. Having spent some pondering how best to communicate with the board, it’s clear that one of the barriers to more widespread use of this and other embedded systems is the lack, or perceived lack at least, of user-friendly software for programming and communication.

A number of open-source software packages, such as processing and Ruby, can communicate with the MAKE Controller using its OSC interface. However, there has been a noticeable absence of a suitable interface to LabVIEW, a program that is commonly used for interfacing to other similar types of hardware.

So, we wrote one. It’s a simple LabVIEW “vi” routine for issuing (most) simple commands and queries to the MAKE controller. We’ve also included some example routines to help you get your blinky lights going a few minutes sooner.
Continue reading LabVIEW routines for the MAKE Controller