Minecraft Is Now A 3d Design Tool

[Cody Sumter] and [Jason Boggess] are students at the MIT Media Lab, and they just came up with Minecraft.Print(), an attempt to create a bridge between Minecraft and the real world via 3D Printers.

The print is first prepared by placing obsidian, diamond, gold, and iron blocks on opposite corners of the model in Minecraft. From there, a Python script takes over and parses the world map to generate an .STL file for a RepRap or MakerBot.

So far, [Cody] and [Jason] have printed a few Companion Cubes and the model of the Enterprise D. We’re pretty impressed with the resolution of the prints, especially considering the original model is voxelated. The prints look very nice, and right now we really want to print out all the cool stuff we’ve seen, like Isengardgigantic CPU, or maybe a Minecraft 3D printer.

Minecraft.Print() sure is a nice program [Cody] and [Jason] have there. It would be a shame if anything happened to it. Check out a video demo after the break.

Continue reading “Minecraft Is Now A 3d Design Tool”

Maker Faire KC 2011: In Photos (Part 1)

As a writer for Hackaday, I get to see CNC machines, Prototypers, Tesla coils, and much more on a nearly daily basis. However, there are an uncountable number of people that don’t usually get to share in these technical wonders. Maker Faires provide the chance for the public to see and interact with the inventions, kludges, and geniuses that put together the things we write about on Hackaday.

Follow along after the break for some photos of the interesting things I got to see and enjoy.

Continue reading “Maker Faire KC 2011: In Photos (Part 1)”

Selective Solar Sintering With Sand

[Markus Kayser] built an amazing solar powered SLS printer, but instead of using lasers and powdered plastics his machine uses the power of the sun to heat sand into complex shapes.

[Markus]’ printer uses the same concept as his earlier solar cutter – burning things with a magnifying glass. Interestingly, the printer isn’t controlled with stepper motors and reprap electronics – it’s completely cam driven. The solar panels only power the motor attached to the frame moving on bearings made from skateboard wheels.

We’d guess that [Markus] is using a little more than 2 square meters of Fresnel lenses in his project. Since solar irradiance is about 120 W/m² (PDF warning), [Markus] is concentrating a lot of energy onto a point the size of a quarter, which would be necessary to heat up sand to its 1500° C melting point. The resolution isn’t what you could get with a laser, but [Markus] was able to print an amazing bowl along with other complex 3d shapes.

Check out [Markus]’ video of the solar sinter printer after the break. There’s also a video of his previous experiment with the solar cutter.

Continue reading “Selective Solar Sintering With Sand”

3D Printer Looks Factory Made

[Richard Sum] came up with a great looking 3D printer and put his project up as a campaign on IndieGoGo.

[Richard]’s ‘SUMPOD’ is based off the reprap like a lot of other 3D printers, but the SUMPOD has a look of professionalism to it; the printer looks like something that would come from a factory. We think a lot of thought went into the design and fabrication of this printer.

The specs of the machine aren’t too bad either. It’s build area is 150x150x100 mm, or nearly 2 inches than the Makerbot Thing-O-Matic. We asked [Richard] about the drive system of the machine, and he told us there is a linear bearing/belt setup for the x and y axes with a screw drive for the z axis. The electronics are standard NEMA 17 motors and reprap RAMPS fare, so everything electrical is tried and true.

[Richard] plans on adding a Dremel attachment for pcb and lithophane milling. We hope that some design files of the SUMPOD released, but in the mean time we’re really looking forward to seeing the progress of this project.

DIY Inkjet Printer Begs To Be Hacked

diy_inkjet

[Nicholas C Lewis, Patrick Hannan, Jared Knutzen, and Joy Markham], students from the University of Washington, have recently taken the wraps off a project which they have been collaborating on, a DIY inkjet printer. The group set out to construct a low cost, open source inkjet printer for personal use that utilizes standard inkjet technology. Their working prototype, pictured above, satisfies all of those requirements, making it an ideal device for the at-home hobbyist.

The printer was constructed from easy to obtain components such as steel rods and stepper motors, along with other parts that can be printed using a RepRap or similar machine. An Arduino Mega manages the steppers and repurposed print head, recreating whatever Processing-generated image it has been given.

The printer is quite a hit so far, and people are already talking about adapting the design to print on spherical objects (think EggBot), to create direct etch resist PCBs, and more. We think it would make a great direct to garment printer with just a few small tweaks.

Check out the short video embedded below to see the printer in action.

[via Make]

Continue reading “DIY Inkjet Printer Begs To Be Hacked”

Snap-together PCB Mill

[Jonathan Ward] came up with the MTM Snap, a snap-together pcb mill as part of the Machines That Make group at MIT.

We covered [Jonathan]‘s previous work made out of half-inch plywood, but the new iteration of his PCB includes a clever snap-together mechanism instead of screws and bolts. Although the MTM Snap looks a lot like3d printers such as a reprap, the similarities end with the off-the-shelf stepper motors. Instead of using motor drivers and control electronics from a reprap, the project uses custom stepper drivers, controlled by a bare Arduino.

We’re really impressed with the results of the MTM Snap compared with what is possible on a reprap-derived milling machine like a makerbot or wolfstrap. We’re thinking that’s due to the mass of this project compared to the printed ABS parts of the ‘common’ 3d printers, but any MEs are more than happy to correct that notion.

Check out the video after the break to see the machine in action and a great view of the snap-fit mechanism.

Continue reading “Snap-together PCB Mill”

A Keygen For The Real World

key_generator

[Nirav] found that he rarely printed anything useful with his RepRap, so to shake things up, he decided he needed to work on a project that didn’t involve printing yet more RepRap parts.

The goal of his project was to create working replicas of house keys by simply using the code imprinted at the factory. He purchased a handful of used lock sets from eBay, then carefully measured the keys with a ruler and calipers to get the blank dimensions just right. After that was done, he looked around online and was eventually able to create an OpenSCAD model using a chart of pin depth specifications he located. By changing the last line in the model’s code he can print any coded key. For keys lacking a code, he can manually measure the height of each bit and print replicas that way as well. Once printed, he says that they keys are strong enough to turn most locks he has come across, including deadbolts.

This is undoubtedly a neat project in its own right, though we would be interested to see if someone could get it paired with a program like SNEAKEY to generate bit measurements by sight alone.