Help Hackaday Buy Our Own 3D Printer UPDATED!

beggars

UPDATE: We’re getting a LulzBot thanks to [Jeff Moe].

ALL DONATIONS ARE BEING REFUNDED. YOU WILL STILL RECEIVE YOUR STICKERS.

We’ve held out for far too long. Hackaday now needs a 3D printer.   We get emails all the time asking why we don’t have a donate button. Well, we’re kind of stubborn and would rather just do with what we have. Unfortunately this hasn’t gotten us very far in the 3d printer department.

We have a few projects in mind that could really utilize a 3d printer, namely building custom game controllers for children with special physical needs.

If you have any interest in helping us get a 3D printer for Hackaday, read on. Otherwise, carry on with your day.

Continue reading “Help Hackaday Buy Our Own 3D Printer UPDATED!”

Touchscreen Control For A Reprap

display

After you’ve got your Reprap running smoothly with acceptable resolution and good quality prints, the next order of business for any 3D printer hobbyist is headless printing. While the greatest and newest 3D printers come with controls to allow jogging, homing, temperature control, and printing from an SD card, the home-built versions will require an add-on attached to the electronics board. [Marco] has been spending his time improving the character LCD control panel projects we’ve seen for Repraps with an awesome graphical version that emulates the control interface found in the Pronterface control software.

The biggest problem with adding a control interface to a Reprap is the number of pins available on the electronics board. While an electronics board like RAMPS has enough spare I/O pins to drive a display, other boards such as the Sanguinololu and the Melzi are extremely limited in their expansibility. To get around this limitation, [Marco] used a 4D Systems serial touchscreen display.

This display only requires two pins to fully interact with a printer running the Marlin firmware; the graphical processing, communication, and SD card access is handled by the on-board PICASO micocontroller, leaving the ATMega on the electronics board free for important things like printing stuff out of plastic.

[Marco] has a git full of modified Marlin firmware and firmware for the 4D Systems display. There’s also a neat printed case for the display, making a very professional-looking standalone controller a weekend project instead of a months-long ordeal.

Thanks [Antonio] for sending this one in.

[Prusa] Interviews A Whole Bunch Of RepRappers

prusa

Any time a media outlet or conference wants an expert on 3D printing there are two people to turn to. The most famous is [Bre Pettis] of MakerBot. The other is an awesome guy named [Prusa], designer of the most popular RepRap and possibly the most popular 3D printer of all time. He’s been putting his fame to use by interviewing all the big names in 3D printing and putting them all up on his YouTube account.

First up is [Kliment], RepRap core dev and creator of the Sprinter firmware and Pronterface host.

[Ruben Lubbes], RepRap community guru, tells [Prusa] about his collection of RepRap parts from famous RepRappers. It sound like a quite interesting collection that’s probably very valuable from a historical perspective. Who knows, in a few years it could be as interesting as [Gutenberg]’s first printing press or [Tim Berners-Lee]’s NEXT cube.

Next up is [Tonokip]. He developed the original Tonokip firmware, the firmware that all major RepRap firmwares are based on.

[Prusa] also interviewed [Jordan Miller] a.k.a. [jmil] of the Philly hackerspace Hive76 and the University of Pennsylvania. He made his name in the RepRap community for 3D bio printing.

Wrapping up the most interesting people, there’s also an interview with [Sound], developer of the Slic3r firmware. We’ve seen an interview of [Sound] before, and this interview continues the earlier one by talking about multiple extruders and how awesome the RepRap community is.

Lastly, and unfortunately, is a short video of [Prusa] interviewing me at the world Maker Faire last September[Prusa] is a huge fan of Hackaday, so this interview is just two guys being star struck at each other.

Actually, the 2012 World Maker Faire had the largest number of current and former Hackaday alumni in one place ever. A group interview of  [Ian] (now of Dangerous Prototypes), [Phillip Torrone] (Adafruit), [Phil Burgess] (Adafruit), current Hackaday boss man [Caleb] and myself would have been awesome. We’ll try harder next year.

You can check out the good videos after the break.

3D Printer Control For The Raspi

Instead of dedicating his laptop to control his RepRap all night, [Walter] is using a Raspberry Pi as an Internet-enabled front end for his 3D printer.

Before [Walter] got his hands on a Raspberry Pi, he set up his laptop next to his RepRap and let the machine do its work for hours on end. Obviously, this tied up his laptop for a while so when his Raspi was delivered he was eager to offload the responsibilities of controlling a printer to his new Linux board.

Right now, [Walter] has his Raspberry Pi set up as a web interface able to control his printer similar to Pronterface. We have to note that the Raspberry Pi isn’t driving servos or feeding filament onto the bed; those responsibilities are still handled by the RepRap electronics, but the ability to use a 3D printer over the web is still pretty cool.

[Walter] is putting the finishing touches on his 3D printer web interface, after which he’ll upload everything onto the git. Planned features for future updates include uploading gcode from the web and an option to connect a webcam for visual feedback when controlling a remote printer.

Video demo after the break.

Continue reading “3D Printer Control For The Raspi”

Eventorbot 3D Printer

Tired of 3D printers that use t-slot construction? The Eventorbot is yet another open source 3D printer,  but it’s built out of steel and 3D printable parts. The design also aims to minimize the effect of vibrations by using a single solid frame. All of the wiring runs through the steel frame, which gives the printer a professional look.

The Eventorbot page on the RepRap wiki provides details on how to build your own, along with STL files for all the printable parts. If you want to see renders of the parts, they’re all available on Thingiverse. The material cost is $300-$500, and the assembled cost is quoted at $799.

Like many of the open source printers we’ve seen, this one uses the RepRap Mega Pololu Shield (RAMPS) to control the actuators. This is attached to a Sanguinololu motherboard, which runs the RepRap firmware.

The Eventorbot Youtube channel has a collection of videos detailing the assembly of the robot. Check out a video of a test print after the break.

Via Make

Continue reading “Eventorbot 3D Printer”

Multicolor Print Head Allows RepRap To Print Rainbows

Multicolor 3D printers have been around for a while, but most of these machines – like the Makerbot Replicator – suffer from alignment problems and the inability to mix colors on the fly. [RichRap] came up with an interesting solution to this problem by having three filament extruders feed into a single hot end, allowing him to change and mix colors on the fly.

To print in multiple colors, [RichRap] developed a three-extruder x carriage that sends colored filament to a single hot end. Unlike the Makerbot Replicator, [Rich]’s extruder can mix and blend different colors into each layer of a print.

The electronics portion of the build, [RichRap] controlled the X, Y, and Z axes of his printer with a RAMPS board, but used a slightly modified Sanguinololu board for the extruder motors. A single motor driver for the extruders is connected to a trio of toggle switches, allowing [RichRap] to switch between filaments on the fly.

[Rich] has a very cool build on his hands, but it’s far from a perfect solution. Right now, any one of the three colors can be used to print, but printing with two or three colors simultaneously requires a change in the firmware. We expect someone to solve this problem in the near future, allowing the holy grail of a CMYK print head to come to fruition.

You can see a demo video of [RichRap]’s tri-color print head after the break.

Continue reading “Multicolor Print Head Allows RepRap To Print Rainbows”

3D Printed Guns, Laws And Regulations, And Philosophical Discussions On The Nature Of Printed Objects

For as long as they’ve been banded about, 3D printers were regarded as the path to a new economy, a method of distributed manufacturing, and a revolution for the current consumer culture. With every revolution, a few people need to get angry and the guys at Defense Distributed are doing their part to make that happen. They’re designing a handgun able to be printed on a hobbyist-level 3D printer

This isn’t the first time we’ve seen a 3D printable weapon; this 3D printed AR-15 lower receiver is the only part of an AR-15 that contains the ID markings and serial number. Legally, the AR lower is the gun, and requires a background check to purchase (with the footnote that this varies from state to state and country to country – long story short, the BATFE probably isn’t happy about a 3D printed AR lower). The one drawback of a 3D printed AR-15 lower is that every other part of the gun must be purchased elsewhere. This is where Defense Distributed comes in: they propose designing a gun that is 100% printable on a hobbist-level 3D printer such as a RepRap or Makerbot.

Right now, Defense Distributed is looking for funding to produce two gun designs. The first design, WikiWep A will serve as a research build, allowing Defense Distributed to answer a few questions on what can be built with a RepRap. WikiWep B will have moving parts for the firing action and very nearly all the parts will be printable on a RepRap or Makerbot.

In the video Defense Distributed put up for their now cancelled IndieGoGo campaign (available after the break), the guys talk about the distribution of a CAD file of completely 3D printable weapon being a threshold of a new economy where laws and regulations cease to apply. We’re not sure we agree with that statement; after all, anyone with some metal forming tools can build an excellent weapon to acquire another weapon, but we’re interested in seeing what governments and regulators will make of Defense Distributed’s project.

Continue reading “3D Printed Guns, Laws And Regulations, And Philosophical Discussions On The Nature Of Printed Objects”