Hacklet 107 – 3D Printing Projects

3D printers have forever changed the hardware hacker movement. From the original RepRap project on up through current commercial offerings, 3D printers have become an indispensable tool for hackers, makers, and engineers. While printers may not have started a desktop manufacturing revolution, they are a desktop prototyping evolution. It’s rare for a day to go by on Hackaday without a project that uses a 3D printed part in some way shape or form. These printers also continue to evolve, with new projects pushing the technology ever forward. This week’s Hacklet is all about some of the best 3D printer projects on Hackaday.io!

reprapWe start with [TTN] and Icepick Delta. [TTN’s] passion is creating 3D printers as cheaply as possible. The Icepick definitely succeeds at this. Icepick’s frame is made of wood. The motors are commodity steppers. Control is via the long proven Ramps 1.4 board, which can be picked up with drivers and an Arduino Mega clone for under $35 these days. A few ball bearings and metal parts fill out the vitamins of this design. Just about everything else is 3D printed in true RepRap style. The printer is currently running Marlin firmware, but [TTN] plans to move to Repetier in the future.

Even with these humble origins, Icepick manages to print at a very respectable 50 mm/s before frame flex becomes a problem.  Prints at 0.1mm layer height look great, on par with any current commercial printer.

strataNext up is  [Machinist] with 3D printer brain retrofit. Commercial 3D printers have been available for decades now. This means some of the older models are getting a bit long in the tooth. [Machinist] has a very tired 15 year old Stratasys Dimension 768. The mechanics of the Dimension are still in good shape, but the electronics have seen better days. [Machinist] is ditching all the old electronic hardware (and the DRM which goes with it) and setting this machine up with a Smoothieboard 5X. So far the Dimension has been gutted, and [Machinist] has gotten the monster stepper motors playing sweet music with his new control board. I can’t wait to see how this project progresses.

coffeeNext we have [jcchurch’s] Coffee Maker Delta 3D Printer. [jcchurch] has managed to convert an old Norelco coffee maker into a mini sized 3D printer. The warmer plate has even become a heated bed for ABS prints. Unlike Icepick up top, the aim of this design is to use as few 3D printed parts as possible. The idea is that this would be the first printer to build when you don’t have another printer handy. Think of it as a caffeinated RepStrap. According to [jcchurch], this printer has been running strong at Tropical Labs for over a year. You can even pull the delta assembly off and make a pot of coffee! The coffee maker printer is still somewhat of a teaser project. If you see [jcchurch] online, tell him to head over and give us more details!

linearFinally, we have [DeepSOIC] with linear stepper motor 3d printer. 3D printers all use good old fashioned rotary stepper motors. [DeepSOIC] is trying to eliminate all that rotary motion, along with the belts and pulleys required to convert to linear motion. Linear stepper motors can be thought of as regular stepper motors, just unrolled. They tend to be very expensive though, so [DeepSOIC] is building DIY versions. His first attempt was to print motor parts using BlackMagic3D’s ferromagnetic filament. This lead to a whole separate project to measure the permeability of the filament. Unfortunately, the filament isn’t permeable enough to act as a motor for a printer. [DeepSOIC] hasn’t given up though. This is the type of project we love – one that might not work out, but really gets people thinking. Check out the comment thread on the project to see Hackaday.io collaboration at work!

If you want to see more 3D printer projects, check out our updated 3D printer list! If I didn’t wake up early enough to catch your project, don’t be shy, just drop me a message on Hackaday.io. That’s it for this week’s Hacklet. As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!

3D Laser Carving With The Smoothieboard

Expensive laser cutters have a 3D engraving mode that varies the laser power as it is etching a design, to create a 3D effect. [Benjamin Alderson] figured this could be replicated on a cheap Chinese laser — so he made his own program called SmoothCarve.

He’s got one of those extra cheap blue-box 40W CO2 lasers you can nab off eBay for around $600-$800, but he’s replaced the control board with a SmoothieBoard as an easy upgrade. He wrote the program in MatLab to analyze a grey scale image and then assign power levels to the different shades of grey. You can see the software and try it yourself over at his GitHub.

The resulting application is pretty handy — watch it carve the Jolly RancherWrencher after the break!

Continue reading “3D Laser Carving With The Smoothieboard”

Make Awesome, Win Smoothieboard

If you haven’t looked around the RepRap project in a while, you probably haven’t heard about the Smoothieboard. It’s an extremely unique electronics board for 3D printers, laser cutters, and CNC machines that is trying to get away from Atmel and AVR microcontrollers and towards more powerful ARM micros. On the Smoothieboard, you’ll find enough five motor drivers, six big ‘ol MOSFETs for hot ends, fans, and beds, enough thermistor inputs for just about anything, and an Ethernet jack, because all 3D printers should be able to run headless.

The team behind the Smoothieboard has decided there’s not enough awesome included in the Smoothieboard already. To fix this, they’re opening up a contest where coders, documentarians, graphic artists, and creatives of all types can contribute to the Smoothieboard project. What’s the prize? A Smoothieboard, duh.

The Smoothieboard team is looking for a few good coders, builders, or anyone else to contribute to the Smoothieboard project. If you have an idea that would work with the Smoothieboard – a web interface like Octoprint running on the Smoothieboard, better documentation, graphics, or just want to build a five-axis CNC mill, this is where you sign up. The prize is a Smoothieboard 5XC, the top of the line board with five motor drivers.

Of course you’re always welcome to not contribute to open source projects, and for those consummate consumers, we have the Smoothieboard 5XC available in the Hackaday Store.

You have until February 15th to come up with a great project idea for a Smoothieboard. The best 30 project ideas will be chosen, and those projects will get a Smoothieboard. Actually building a project in a month isn’t a condition of the contest; the best idea wins.

MRRF: ARM-Based CNC Controllers

 

8-bit microcontrollers are the standard for RepRap electronics, but eventually something better must come along. There has been a great deal of progress with ARM-based solutions, and of course a few of these made a showing at the Midwest RepRap Festival.

First up is [Mark Cooper], creator of Smoothieboard, the ultimate RepRap and CNC controller. It’s an ARM Cortex-M3 microcontroller with Ethernet, SD card, and up to five stepper drivers. It had a Kickstarter late last year and has just finished shipping all the rewards to the backers. In our video interview, [Mark] goes over the functions of Smoothieboard and tells us about some upcoming projects: the upcoming Smoothiepanel will feature a graphic LCD, SD card, rotary encoder and buttons, all controlled over USB by the Smoothieboard.

Next up is [Charles] with a whole bunch of CNC capes for the Beaglebone. By far the most impressive board was a huge I/O expander, motor driver, and everything controller for a Beaglebone featuring – get this – three parallel port interfaces. This was a one-off board costing thousands of dollars, but [Charles] did show off a few smaller and more practical boards for Beaglebone CNC control. Here’s a link to [Charles]’ capes.

Videos below.

Continue reading “MRRF: ARM-Based CNC Controllers”

Smoothieboard, The Be-all, End-all CNC Controller

A while back we took a look at electronics boards for 3D printers, going over the cost and benefits of the most common electronics boards for printers, laser cutters, and mills. One of the most impressive boards was the Smoothieboard, but finding a supplier back then was a little difficult. Now, the Smoothieboard is up on Kickstarter, giving everyone the opportunity to get their hands on this very cool CNC control board.

While most RepRap and 3D printer controller boards use an ATMega or other 8-bit microcontroller, the Smoothie uses a 32-bit ARM chip in the form of an NXP LPC Cortex-M3 chip. Not only does this allow the Smoothie to do some very cool things with your machine – native arcs and circles, for example, but this better hardware also allows for Ethernet, drag-and-drop firmware, and exposing the USB port as both a serial port or mass storage device.

The Smoothie comes in three flavors, with either 3, 4, or 5 stepper motor drivers. These Allegro A4982 drivers are good enough for any 3D printer, laser cutter, or small mill, but the broken out pins allow for stepper drivers supplying more than 2A of current.

Everything on the Smoothieboard is modular, meaning this board is equally capable of powering a RepRap, mill, laser cutter, or plotter. There’s even a planned control panel called the Smoothiepanel, making this a great choice for your next CNC build.

H-bot Style 3D Printer Moves Bed For Z-axis

Check out this 3D printer (translated) which [Arkadiusz Śpiewak] has been working on. When sending in the tip about his project he made the important distinction that it isn’t finished, but he has reached that critical threshold where he has printed items with it.

He decided to go with a design that is sometimes referred to as an H-bot. If you’re completely unfamiliar with it, you may find this H-bot design article helpful. The gist of it is that this technique makes it so that the motors used to move the extruder along the X and Y axes are themselves stationary. One large timing (toothed) belt makes a circuit around the top of this cube in the shape of the letter H. This is a bit easier to see in [Arkadiusz’s] rendered image found after the jump along with video of an early print test.

The Z axis uses two motors mounted along the bottom of the cube. These raise and lower the bead, instead of moving the extruder itself. All-in the printer should have a maximum object size of 30x30x30 centimeters. It’s being driven by a Smoothieboard, which was mentioned quite a bit when we were discussing using the RA driver board with a 3D printer.

Continue reading “H-bot Style 3D Printer Moves Bed For Z-axis”