3D Printering: Hobbs Meters And 3D Printer Reliability

A direct link to Makerbot's  3-pack of Smart Extruders is very hard to find
A direct link to Makerbot’s 3-pack of Smart Extruders is very hard to find

It’s been a little over a year since Makerbot introduced their new line of printers, and since then there have been grumblings about the quality of the Smart Extruder that each one of these printers comes with. While there is no 3D printer extruder that will not eventually clog, wear down, or otherwise break, there are reports of the Makerbot Smart Extruder failing in only hundreds or even tens of hours of use. Considering that a single large print can take a dozen or so hours to complete, you can easily see the why the Smart Extruder is so despised and why even the availability of a three-pack of Smart Extruders is a joke in the 3D printing community.

Of course a cheap shot at Makerbot that plays right into your preconceived ideas and prejudices is far too easy. We’re here to solve problems, not just state them, so here’s what we’re working with: to quantify the long-term reliability of 3D printers we need a way to measure the mean time before failure of extruders. This is already a solved problem; it’s just not implemented.

On aircraft and some very expensive engines that power things like buildings and ships, there’s one gauge, tucked away in the control panel, that keeps track of how long the engine has been running. It’s called a hobbs meter, and the idea behind it is extremely simple – when there is power going to the Hobbs meter, it counts out hours on a small clockwork display. The resolution of the display is only tenths of an hour, usually, but that’s good enough for scheduling maintenance and to be mentioned in NTSB accident reports.

Spend enough time with a 3D printer, and you’ll quickly realize the ‘estimated print time’ is merely a ballpark, and with failed prints the ‘total print time for this object’ isn’t exactly a perfect measure of how many hours you’ve been using your extruder. Only by directly measuring how many hours are logged on a hot end or how many kilometers of filament have been sent through an extruder will you ever get an accurate idea of how long an extruder has been running, and how reliable a printer is.

Hobbs meters are available from Mouser, but you’ll be overpaying there. The better option is from a vendor in a different niche; $30 for a meter that can connect directly to the extruder heater. If enough people add this and keep proper logs, there’s a slight chance of improving the state of 3D printers with real data and not the prejudices of people trying to justify their own designs and purchases.

But perhaps that’s too hard; adding a $30 item to a printer’s BOM just for the sake of data is a bit much. Luckily, there’s an even simpler solution that won’t cost a dime. Just measure the time a heater has been on in the firmware, or save the total length of extruded filament in a microcontroller’s EEPROM. Every printer firmware out there, from Marlin to Repetier to Sprinter has in it a way to calculate both the length of time a heater has been on or how much filament has been pushed through a nozzle.

However, this is 3D printing we’re dealing with. An organized community is not a luxury we currently enjoy, and for this to work several things are needed. The first is somewhere to upload failure statistics. This would be a web site, naturally, with the ability to input the printer make, extruder and hot end model, and the time since last clogged nozzle. The website itself is just a database, some JavaScript, a bit of CSS, and some hosting costs; not hard until you consider tens of thousands of operators would have to know about this website and contribute.

Secondly, if we’re not going with mechanical Hobbs meters there would need to be a ‘total time heater on’ or ‘total length of extruded filament’ variable in the various firmwares. There would hopefully be standardized Gcodes or Mcodes to read and reset this variable.

Will this happen? Of course not. Organization isn’t a strong suit of the RepRap project, and any company that implements Hobbs meter functionality will probably lock that up in proprietary obfuscation. However, Makerbot isn’t dumb, and given they’re selling three-packs of extruders, I would bet they have some data on the MTBF of their extruders. A community-based measurement of the most common cause of broken printers is certainly possible, but like all problems it’s one of organization, not technology.


3D Printering is a semi-weekly column that digs deep into all things related to 3D Printing. If you have questions or ideas for future installments please sending us your thoughts.

Choctopus Chocolate Printer X8

Valentine’s Day is about a month away, long enough for everyone to butcher upgrade their 3D printers to squirt out chocolate. Food printing was a hot item at this year’s CES, but it is hardly new. Before many of you were born [Hans] left his job at the Council for Scientific and Industrial Research to produce chocolate out of his garage in South Africa. This one prints 8 at a time!

HAD - Choctopus1Many years before he was extruding lawnmowers from raw pellets, [Hans] built the 8-tentacled Choctopus. He gets away with using only one chocolate pump – from some experience, by far the most challenging component – by simply splitting the ooze pipe with three tiers of T intersections. The whole design is actually patented and revolutionary for 19 years ago but to our readers probably unremarkable.

HAD - Choctopus4There is a business lesson here too. Once upon a time the Choctopus was a  3D printer but economic constraints have led to him downgrading to 2D. Any 3D requirements are served from an alternate RepRap. The purpose of an 8-armed printer is to mass produce, but for the price, most clients were only interested in a one-off. The products that pay the bills are the much more affordable 2d extrusions in bulk.

Any of our readers looking to impress their date make lots of money next month, consider this the kick in your pants to get started.

Check out these videos of the Choctopus churning out delicious delicatessens.

Continue reading “Choctopus Chocolate Printer X8”

e-waste small 3d printer

E-Waste Printer Looks Nice, Prints Really, Really Small

Prices of 3D Printers have certainly been falling quite a bit over the last few years. Even so, it is still, at a minimum, a few hundred dollars to get going in the hobby. [mikelllc] thought it would be a fun challenge to see if he can build a functional 3D printer for under $100.

To stay under his budget, [mikelllc] took a reasonable route and decided to use as many recycled parts as he could. In every DVD and floppy drive, there is a stepper motor, lead screw and carriage that is used to move the read/write head of the drive. These assemblies will be used to drive the 3 axes of the printer. Two DVD drives and one floppy drive were dissembled to access the needed components.

e-waste small 3d printerLuckily [mikelllc] has access to a laser cutter. He made the frame from 5mm acrylic sheet stock. All of the pieces have slots and tabs to ease assembly and keep everything straight and square. The motors and frames from the DVD and floppy drives are mounted to the acrylic frame pieces in strategically pre-planned holes. The Y axis is responsible for moving the print bed back and forth. It is mounted on screws so that it can be adjusted to ensure a level bed.

A little DVD drive stepper motor just isn’t powerful enough to be used as an extruder motor so a standard NEMA17 motor was purchased for this task. The motor is part of a MK7/MK8 style direct drive extruder that is made from mostly 3D printed parts. The extruder is mounted on the frame and a bowden tube guides the filament to the hot end mounted to the printer’s moving carriage. Remotely mounting the extruder motor keeps it’s mass off of the axes, which in this case may be too heavy for the small, scavenged drive stepper motors.

The electronics are standard RepRap type and the same with for the hotend. The recycled motors work well with the RepRap electronics. After all that hard work, the printable area is a mere 37mm x 37mm x 18mm, but that’s not the point of this project! [mikelllc] met his goal of building a super cheap printer from recycled parts. He has also made the extruder and laser cut frame files available for download so anyone can follow in his footsteps. If you’re digging this e-waste 3D Printer but want a larger print volume, check out this printer.

 

Interview With A Printer

The Hackaday European tour continues, this time in Prague with Josef Průša (Google translate), core developer in the RepRap project, feature at all the Maker Faires and cons, and creator of his namesake, the Prusa Mendel and i3 printers.

[Prusa]’s involvement with the RepRap project started with a RepRap Mendel, the second iteration of RepRap hardware, but the first popular and easy to build version. [Jo] found the Mendel rather difficult to build, so he loaded OpenSCAD and started to design his own version of the hardware. This version became the de facto standard RepRap for a few years, with many inspired by and derivative printers making their way to hackerspaces and workshops around the world.

The first Prusa printer, derived from the RepRap Mendel.
The first Prusa printer, derived from the RepRap Mendel.

A few years ago, [Prusa] was one of the first to make a complete break with the traditional ‘threaded rod and nut’ construction of RepRaps with the introduction of the Prusa i3. This was the first model that had a metal plate as the frame, another feature that would be seen in dozens of other models. It’s not something that was without controversy, either; using a metal plate for the frame doesn’t allow for as much self-replication, something that’s a core value of the RepRap project. That didn’t matter to the community; the Prusa i3 or a similar design is the third most popular printer on 3Dhubs.

The first Prusa printer showing off its Makerbot heritage
The first Prusa printer showing off its Makerbot heritage

What’s the future of the Prusa name? There is an i4 in the works, and I’m pretty sure that’s all I can tell you. Someone already bought the Prusai4 domain, so there may be a name change.

In the interview below, [Prusa] goes over his involvement with the RepRap project, his business, what he considers to be the latest advances in 3D printing for the past year, what the worst things about the 3D printing scene is (it’s Kickstarter), the state of the RepRap project, and thoughts on SLS, DLP, and SLA printing technologies. Video below.

Continue reading “Interview With A Printer”

CNC Router Converted to 3D Printer

CNC Router Converted To 3D Printer

3D Printers have come down significantly in price over the past few years. Nowadays it is even possible to get a 3D printer kit for between $200-300. It’s arguable how well these inexpensive printers perform. [Jon] wanted a printer capable of quality prints without breaking the bank. After researching the different RepRap types that are available he concluded he really wasn’t up for a full machine build. He had previously built a CNC Router and decided it was best to add a hot end and extruder to the already built 3 axis frame.

The CNC Router frame is made from aluminum, is very rigid and has a 2′ by 2′ cutting area. All axes glide smoothly on THK linear bearings and are powered by NEMA 23 motors driven by Gecko 540 stepper drivers. The router was removed from the machine but the mounting bracket was left on. The bracket was then modified to hold the extruder and hot end. With 3D Printers there is typically a control board specifically designed for the task with dedicated outputs to control the temperature of the hot end. Since [Jon] already had the electronics set up for the router, he didn’t need a specialized 3D Printer control board. What he does need is a way to control the temperature of the hot end and he did that by using a stand-alone PID. The PID is set manually and provides no feedback to the computer or control board.

Huge Whistle[Jon] used liked Mach3 for controlling his CNC Router so he stuck with it for printing. He’s tried a few slicers but it seems Slic3r works the best for his setup. Once the g-code is generated it is run though Mach3 to control the machine. [Jon] admits that he has a way to go with tweaking the settings and that the print speed is slower than most print-only machines due to the mass of the frame’s gantry and carriage. Even so, his huge whistle print looks pretty darn good. Check it out in the video after the break…

Continue reading “CNC Router Converted To 3D Printer”

THP Semifinalist: Theta Printer

thetaThe early 3D printers of the 80s and 90s started off as cartesian bots, and this is what the RepRap project took a cue from for the earliest open source 3D printer designs. A bit later, the delta bot came on the scene, but this was merely a different way to move a toolhead around build plate. We haven’t really seen a true polar coordinate 3D printer, except for [Tyler Anderson]’s incredible Theta printer.

[Tyler]’s theta printer is designed to print in as many different materials as possible, without the reduction in build volume that comes with multiple toolheads on more traditional printers. It will be able to lay down different colors of plastic in a huge build volume, and even some of the weirder filaments out there, all in a single print.

The theta printer is based on a polar coordinate system, meaning instead of moving a hot end around in the X and Y axes, the build plate rotates in a circle, and the extruders move along the radius of the circle. This spinning, polar coordinate printer is the best way we’ve seen to put multiple extruders on a printer, and has the added bonus of being a great platform for a 3D scanner as well.

With four extruders, four motors to control the position of each extruder, a rotation motor, and the Z axis (that’s 10 steppers if you’re counting), this is very likely the greatest number of motors ever put in a 3D printer. Most electronics boards don’t support that many stepper drivers, and the one that will won’t be ready for the end of The Hackaday Prize. Right now, [Tyler] is running a fairly standard RAMPS board, running two extruders and R axes in parallel. Still, it’s good enough for a proof of concept.

One interesting aspect of [Tyler]’s design is something even he might not have realized yet: with a single bed and four extruders, he’s effectively made a 3D printer geared for high-volume production; simply by printing the same part with all the extruders, he’s able to quadruple the output of a 3D printer with the same floor space as a normal one. This may not sound like much, but when you realize Lulzbot has a bot farm producing all their parts, the Theta printer starts to look like a very, very good idea.

Videos of [Tyler]’s Theta below.


SpaceWrencherThe project featured in this post is a semifinalist in The Hackaday Prize.

Continue reading “THP Semifinalist: Theta Printer”

THP Entry: An Affordable Metal 3D Printer

metalFor years now, people have been trying to develop an affordable, RepRap-derived 3D printer that will create objects in metal. There has been a lot of work with crazy devices like high-powered lasers, and electron beams, but so far no one has yet developed a machine that can print metal objects easily, cheaply and safely. For The Hackaday Prize, [Sagar] is taking a different tack for his metal 3D printer: he’s extruding low temperature alloys just like a normal 3D printer would extrude plastic.

[Sagar]’s printer is pretty much a carbon copy of one of the many ‘plastic-only’ 3D printers out there, the only change being in the extruder and hot end. As a material, he’s using an alloy of 95.8% tin, 4% copper, and 0.2% silver in a 3mm diameter spool. This alloy melts at 235° C, about the same temperature as the ABS plastic these printers normally use.

The only real problems with this build are the extruder and nozzle. [Sagar] is milling his own nozzle and hot end out of stainless steel; a challenging bit of machining, but still within the realm of a hobbyist. He has some doubts about the RepRap derived plastic geared extruder being able to handle metal, so he’s also looking at designing a new version and milling that out of stainless as well.

It’s an awesome project, and we hope we’ll be seeing some updates to the project shortly. While a 3D printer that produces objects out of a low temperature alloy won’t be building rocket engines any time soon, it could be a great way to fabricate some reasonably high-strength parts at home.


SpaceWrencherThe project featured in this post is an entry in The Hackaday Prize. Build something awesome and win a trip to space or hundreds of other prizes.