Liar’s 3D Printing: Multiple Colors With One Extruder

Good 3D printers now have multiple hot ends. You ought to be able to print in different colors or print support material. However, a lot of us don’t have multiple hot ends. Turns out, you don’t have to have multiple hot ends to print in multiple colors. To accomplish that you need a lot of patience and the willingness to tell bald-faced lies. Don’t worry, though, you’ll only be lying to some computer hardware and software, so that doesn’t count.

You may have seen people talk about putting a pause between layers to switch from one color to another. That works, but it limits your options. For example, if you want to put some colored text on a different colored background, you have to either have the text poke out, or it has to be “under” the background. It can’t be flush if you only have a single extruder and hot end. My method is a lot more trouble, but it can generate good results.

Keep in mind, with hobby-grade printers, multiple color printing has a lot of problems even if you do have multiple extruders. This isn’t a panacea. But you can get results on par with a similar printer that has multiple heads.

Bottom Line Up Front

Here are a few pictures of test prints that use this technique. A Monoprice Mini printer with the stock extruder and hot end created them using different PLA filament. On the left is a test cube, with a color spot in the middle of the layers (as well as some spots on the top surface you can’t see). To the right is a plate with my call sign in a contrasting color. It is hard to tell in the picture, of course, but there is one surface. The text is at the same height as the yellow surface.

I didn’t spend a lot of time making these prints since I was more focused on perfecting the methodology. The layer heights aren’t very fine, the infill is sparse, and the print speed was fast. However, you could invest time into making better-looking prints. You can also use the usual techniques that you use with a “real” multi-extrusion printer (such as priming towers, ooze shields, etc.).

Continue reading “Liar’s 3D Printing: Multiple Colors With One Extruder”

3D Printing With Yarn And Silicone

This one is apparently a few years old, but the idea looks so good that we’re left wondering whatever happened to it.

[Seyi Sosanya] made what amounts to a 3D printer, but one that prints in a unique way: wrapping yarn around pillars and then post-dipping them in a silicone glue. The result is a tough, flexible 3D mesh that’s lightweight and looks fairly resilient. We’re not at all sure what it’s good for, but watching the video about the project (embedded below) makes us want to try our hand at this sort of thing.

So what happened? Where did this project go? Is anyone else working on a glue-plus-fabric style printer? Is anyone doing this with carbon fiber and epoxy? We can also imagine that with the right adhesive this could be used less like a loom and more like a traditional FDM machine, although weaving the layers together may provide additional strength in what would be the Z direction, and for that you’d need the supports.

Continue reading “3D Printing With Yarn And Silicone”

IKEA Table 3D Printer

In this Instructable, [Wayne Mason-Drust] shares the step by step guide on how to make a cool, good-looking, 3D printer based on the Ikea LACK table. From an Ikea lantern weather station to a fully printed CNC based on an Ikea table, it’s almost safe to say that a 3D printer Ikea hack was overdue.

The idea to use a Ikea table as a base for a 3D printer first came to [Wayne] as he used this table to support other 3D printer he had working in his business. He realized that, even after five years of use, the table showed no signs of wear or distortion. So he decided to start to work on a 3D printer based on this precise table, the one that used to hold the printer.

[Wayne] stacked two together and named it Printtable (pun intended?). This open source, cartesian rep-rap 3D printer looks pretty slick. With a build area of 340mm X 320mm and 300mm on the Z axis and a price tag for the parts starting as low as $395, seems like a pretty decent 3D printer. With some work sourcing the parts, maybe it can be even lower.

Or we can just wait until Ikea starts selling them.

Continue reading “IKEA Table 3D Printer”

Collider Prints Hollow Shells, Fills Them

3D printing is full of innovations made by small firms who’ve tweaked the same basic ideas just a little bit, but come up with radically different outcomes. Collider, a small startup based in Chattanooga TN, is producing a DLP resin printer that prints hollow molds and then fills them.

colliderThat’s really all there is to it. The Orchid machine prints a thin shell using a photocuring resin, and uses this shell as the mold for various two-part thermoset materials: think epoxies, urethanes, and silicones. The part cures and the shell is dissolved away, leaving a solid molded part with the material properties that you chose.

This is a great idea for a couple of reasons. DLP-based resin printers can have very fine features, but they’re slow as dirt when a lot of surface area needs to be cured. By making thin-walled molds, this stage can go faster. The types of UV-curing resins out there for use in resin printers is limited by the need to photo-cure, while the spectrum of two-part plastic materials is much broader. Finally, resin printers are great for printing single topologically-simple objects, and molds are essentially just vases.

Continue reading “Collider Prints Hollow Shells, Fills Them”

3D Printed Greeting Cards

T’is the season to hack, and the maker brigade won’t disappoint — there’s no better way to crank out a few cute holiday tchotchkes than to fire up the 3D printer. [Niklas Roy] has released gDraw, a software package that creates G-code to print out 2D drawings on your 3D printer.

The interface is simple, allowing the quick and easy creation of basic vector drawings. The program then converts the paths in the drawing to a G-code representation that your printer follows to squirt them out in plastic. Think of it as the 3D printed equivalent of the “Stroke Path” tool in Photoshop.

[Niklas] chose to demonstrate the software by creating some interesting greeting cards that Big Christmas is sure to rip off next year and sell for $30 a pop. The printed plastic drawings give a fun 3D effect to the cards, and we’d love to see more examples of art created with this technique. The software was designed to work with the Ultimaker 2, but with tweaks, it should be able to generate code for other printers, too.

We’ve seen plenty of great festive hacks over the years — like this awesome laser projection setup.

3D Printed Circuit Boards… Sort Of

Comedian Demetri Martin does a bit about the phrase “sort of”. He says:

“Sort of’ is such a harmless thing to say… sort of. It’s just a filler. Sort of… it doesn’t really mean anything. But after certain things, sort of means everything. Like… after “I love you”… or “You’re going to live.”

SCADboard is an OpenSCAD library that lets you create 3D printable circuit boards…sort of. The library lays out like a breadboard with two bus bars on each side and a grid of rows and columns. OpenSCAD modules provide a way to create a board, ICs, LEDs, wires and other fundamental components. You set a few initial variables (like the board thickness) then your code looks like this:

 wire(1,bln,1,e, neg); // Neg left trace to LED
 led(1,e+1, 1,e+2, yellowled); // LED
 wire(1,f, 1,i, pos); // LED Pos
 wire(1,j, 1,brp, resistor); // Resistor
 
 wire(3,c,3,h, pos); // Cap Pos
 wire(4,c,4,h, neg); // LED Resistor

Continue reading “3D Printed Circuit Boards… Sort Of”

Inside The Printrbot Printrhub

A new version of the Printrbot Simple was released this summer, and this sleek new model includes a few highly desirable features. The metal enclosure was improved, linear rails added, a power switch was thrown in, and the biggest feature — a touch screen — makes headless printing easy.

Adding a usable display and achieving reliable WiFi are big engineering challenges, and thanks to the Internet of Things it’s only going to become more common to expect those features. How did the Printrbot team implement this? [Philip Shuster] recently released a write-up of how the Printrbot Printrhub came together.

The story of the display and WiFi module in the newest Printrbot begins about a year ago with a post on Hackaday. [Philip] built the Little Helper, a little electronic Swiss Army knife capable of basic IO, sending out PWM pulses, sniffing I2C, and a few other handy features. The Printrbot team reached out to [Philip], and after a few conversations, he was roped into the development team for the Printrhub.

Departing slightly from the Little Helper, the Printrhub features the same microcontroller found in the Teensy 3, a 2.8 inch TFT display, capacitive touch sensor, microSD card slot, and an ESP-12 module to handle the WiFi connection. The display system was tricky, but the team eventually got it working. Using an ESP8266 as the WiFi module for a printer is more difficult than you would think, but that works too.

One of the more interesting challenges for 3D printers in the last few years is the development of a good printer display with wireless connectivity. Yes, those graphic LCDs attached to an Arduino still work, but a display from 1980 doesn’t sell printers. In just a few months, the Printrbot team came up with a relatively simple, very elegant display that does everything and they’re releasing all the hardware as open source. That’s great news, and we can’t wait to see similar setups in other makes of 3D printers.