Converting A 3D Printer From 3mm To 1.75mm

A few weeks ago, I published a post discussing the filament diameters common in 3d printing. For no reason whatsoever, consumer 3D printers have settled on two different sizes of filament. Yes, there are differences, but those differences are just a function of engineering tradeoffs and historical choices. [Thomas], YouTube’s 3D printing guru, took this post as a challenge: what does it take to convert a printer to accept different sizes of filament? Not much, actually.

The printer [Thomas] is changing out to accept 1.75mm is the Lulzbot Mini, one of the most popular printers that would ever need this modification. The only required materials is a new hot end suitable for 1.75mm filament, a 4mm drill, and a few wrenches and allen keys. It would be a smart idea to get a hot end that uses the same thermistor as the old one, but that’s not a deal-breaker as the problem can be fixed in the firmware.

Disassembly was easy enough, and after mounting the PTFE tubing, cutting the old wires, soldering in the new hot end, thermistor, and fan, [Thomas] had everything set up and ready to go.

It should be noted that changing a 3mm hot end to 1.75mm doesn’t really do anything. Just about every filament is available in both sizes, although it may not be convenient to buy 3mm filament locally. It would be a good idea to change out the hot end so can standardize your workshop or hackerspace on a single diameter of filament.

Continue reading “Converting A 3D Printer From 3mm To 1.75mm”

Hackaday Links: October 11, 2015

[Kratz] just turned into a rock hound and has a bunch of rocks from Montana that need tumbling. This requires a rock tumbler, and why build a rock tumbler when you can just rip apart an old inkjet printer? It’s one of those builds that document themselves, with the only other necessary parts being a Pizza Hut thermos from the 80s and a bunch of grit.

Boot a Raspberry Pi from a USB stick. You can’t actually do that. On every Raspberry Pi, there needs to be a boot partition on the SD card. However, there’s no limitation on where the OS resides,  and [Jonathan] has all the steps to replicate this build spelled out.

Some guys in Norway built a 3D printer controller based on the BeagleBone. The Replicape is now in its second hardware revision, and they’re doing some interesting things this time around. The stepper drivers are the ‘quiet’ Trinamic chips, and there’s support for inductive sensors, more fans, and servo control.

Looking for one of those ‘router chipsets on a single board’? Here you go. It’s the NixCoreX1, and it’s pretty much a small WiFi router on a single board.

[Mowry] designed a synthesizer. This synth has four-voice polyphony, 12 waveforms, ADSR envelopes, a rudimentary sequencer, and fits inside an Altoids tin. The software is based on The Synth, but [Mowry] did come up with a pretty cool project here.

3D Printing Has Evolved Two Filament Standards

We’re far beyond the heyday of the RepRap project, and the Hackaday tip line isn’t seeing multiple Kickstarters for 3D printers every week. In a way, this is a bit of a loss. The rapid evolution of the low-cost 3D printer seen in the first half of this decade will never be matched, and from now on we’ll only see incremental improvements instead of the revolutionary steps taken by the first Prusa, the first Printrbot, and even the Makerbot Replicator.

This doesn’t mean everything is standardized. There’s still enough room for arguing over deltas versus Cartesians, beds moving on the Y axis versus moving along the Z, and a host of other details that make the current crop of printers so diverse. One of these small arguments is especially interesting: the diameter of the filament. Today, you can get any type of plastic you want, in any color, in two sizes: 1.75 and 3mm. If you think about it, it’s bizarre. Why on Earth would filament manufacturers, hot end fabricators, and even printer manufacturers decide to support two different varieties of the same consumable? The answer is a mix of a historical choice, engineering tradeoffs, and an absolutely arbitrary consequence of what 3D printers actually do.

Continue reading “3D Printing Has Evolved Two Filament Standards”

Enormous Delta-bot 3D Designed To Print An Entire House

[Massimo Moretti] has a big idea – to build housing on the cheap from locally sourced materials for a burgeoning world population. He also has a background in 3D printing, and he’s brought the two concepts together by building a 12 meter tall delta-bot that can print a house from clay.

The printer, dubbed Big Delta for obvious reasons, was unveiled in a sort of Burning Man festival last weekend in Massa Lombarda, Italy, near the headquarters of [Moretti]’s WASProject. From the Italian-language video after the break, we can see that Big Delta moves an extruder for locally sourced clay over a print area of about 20 square meters. A video that was previously posted on WASProject’s web site showed the printer in action with clay during the festival, but it appears to have been taken down by the copyright holder. Still, another video of a smaller version of Big Delta shows that clay can be extruded into durable structures, so scaling up to full-sized dwellings should be feasible with the 4 meter delta’s big brother.

Clay extrusion is not the only medium for 3D printed houses, so we’ll reserve judgment on Big Delta until we’ve seen it print a livable structure. If it does, the possibilities are endless – imagine adding another axis to the Big Delta by having it wheel itself around a site to print an entire village.

Continue reading “Enormous Delta-bot 3D Designed To Print An Entire House”

Giant Stepper Motor Gets You Up To Speed On Theory

Few hackers have trouble understanding basic electric motors. We’ve all taken apart something that has a permanent magnet DC motor in it and hooked up its two leads to a battery to make it spin. Reverse the polarity, reverse the spin; remove the power, stop the spin. Stepper motors (and their close cousins, brushless DC motors) are a little tougher to grok, though, especially for the beginner. But with a giant 3D printed stepper motor, [Proto G] has made getting your head around electronically commutated motors a little easier.

While we’ve seen 3D printed stepper motors before, the size and simple layout of this one really lends to understanding the theory. With a 3D-printed frame, coils wound on nails, and rare-earth magnets glued to a rotor, this is an approachable build that lays the internals of a stepper motor out for all to see and understand. You can easily watch how the rotor lines up as the various coils are energized in a circular pattern, although it might be more revealing to include bi-color LEDs to indicate which coils are energized and what the polarity is. Those would be especially helpful demonstrating the concept of half-stepping. We’d also like to see more detail on the controller electronics, although admittedly all the video-worthy action is in the motor itself.

Continue reading “Giant Stepper Motor Gets You Up To Speed On Theory”

Drivers For 3D Printers And Why We Need Them

Manufacturers of 3D printers have a lot to do before they catch up with makers of the cheapest 2D, paper-based printers. If you’ve ever taken an inkjet apart, you’ll most likely find some sort of closed-loop control on at least one of the axes. The 2D printer will tell you when you’re out of ink, when a 3D printer will go merrily along, printing in air without filament. File formats? Everything is Gcode on a 3D printer, and there are dozens, if not hundreds of page description languages for 2D printers.

The solution to some of these problems are drivers – software for a 3D printer that slowly consumes the slicing of an object, printer settings, and placing an object on the bed. It’s coming, and the people who are responsible for making your 2D printer work with your computer are busy at work messing up the toolchain for your 3D printer.

The latest version of CUPS (C Unix Printing System) adds support for 3D printers. This addition is based on meetings, white papers, and discussions in the Printer Working Group (PWG). There has already been a lot of talk about what is wrong with the current state of 3D printer toolchains, what can be improved, and what should be completely ignored. Let’s take a look at what all of this has accomplished.

Continue reading “Drivers For 3D Printers And Why We Need Them”

Hacking An SD Slot For WiFi

Back in the 1990’s moving files via a floppy disk was known as “sneaker net.” While floppies are a thing of the past, SD Cards are the modern equivalent and they still lend themselves to sneaker net operations.

But why? WiFi is everywhere now. Wouldn’t it be great if you could hack those devices with SD slots to use WiFi? Apparently 3D printer [extrud3d] thought the same thing and found a way to reconfigure a Toshiba FlashAir card to put his 3D printer on the network.

The card is aimed at consumers, so by default it creates a hotspot and waits for a connection, a rudimentary web app allows you to move files back and forth over the network to the SD card which is then read by the host device. However, [extrud3d] shows how to modify a file on the SD card’s file system to allow the device to hook up to an existing wireless network and also provides a Python script to make the file transfer easier.

Although this hack is for a 3D printer, it ought to work with most devices that have a full sized SD slot (or can be adapted to take a full sized card). Since the hack is nothing more than changing a text file, it is a lot easier than some other SD hacks we’ve covered. Over on hackaday.io, [Chris Jones] has recently done some hacking on the FlashAir and has a list of its shell commands if you want to go beyond the text file hacks.

Continue reading “Hacking An SD Slot For WiFi”