Robot Arm Adds Freedom To 3D Printer

3D printers are an excellent tool to have on hand, largely because they can print other tools and parts rapidly without needing to have them machined or custom-ordered. 3D printers have dropped in price as well, so it’s possible to have a fairly capable machine in your own home for only a few hundred dollars. With that being said, there are some limitations to their function but some of them can be mitigated by placing the printer head on a robot arm rather than on a traditional fixed frame.

The experimental 3D printer at the University of Nottingham adds a six-axis robotic arm to their printer head, which allows for a few interesting enhancements. Since the printer head can print in any direction, it allows material to be laid down in ways which enhance the strength of the material by ensuring the printed surface is always correctly positioned with respect to new material from the printer head. Compared to traditional 3D printers which can only print on a single plane, this method also allows for carbon fiber-reinforced prints since the printer head can follow non-planar paths.

Of course, the control of this printer is much more complicated than a traditional three-axis printer, but it is still within the realm of possibility with readily-available robotics and microcontrollers. And this is a hot topic right now: we’ve seen five-axis 3D printers, four-axis 3D printers, and even some clever slicer hacks that do much the same thing. Things are finally heating up in non-planar 3D printing!

Thanks to [Feinfinger] for the tip!

Continue reading “Robot Arm Adds Freedom To 3D Printer”

Toolchanging Printers Get A Nozzle Hanky Like No Other

When it comes to toolchanging 3D printers, idle nozzles tend to drool. Cleaning out that nozzle goo, though, is critical before switching them into use. And since switching nozzles can happen hundreds of times per print, having a rock-solid cleaning solution is key to making crisp clean parts. [Kevin Mardirossian] wasn’t too thrilled with the existing solutions for cleaning, so he developed the Pebble Wiper, a production worthy nozzle wicking widget that’s wicked away nozzles thousands of times flawlessly.

With a little inspiration from [BigBrain3D’s] retractable purge mechanism, [Kevin] is first purging tools onto a brass brad. Rather than have filament extrude into free space, it collects into a small bloblike “pebble” that cools quickly into a controlled shape. From here, after one quick flick with a servo arm and a small wipe with a silicone basting brush, the nozzle is ready to use. The setup might sound simple, but it’s the result of thousands and thousands of tests with the goal of letting no residual ooze attach itself to the actual part being printed. And that’s after [Kevin] put the time into scratch-building his own toolchanging 3D printer to test it on first. Finally, he’s kindly made the files available online on Github for other hackers’ tinkering and mischief.

So how well does it work? Judging by the results he’s shared, we think spectacularly. Since adopting it, he’s dropped any sacrificial printing artefacts on the bed entirely and been able to consistently pull off stunning multimaterial prints flawlessly with no signs of residual nozzle drool. While toolchanging systems have been great platforms for hacking and exploration, [Kevin’s] Pebble Wiper takes these machines one step closer at hitting “production-level” of reliability that minimizes waste. And who knows? Maybe all those pebbles can be sized to be ground up, remade into filament, and respooled back into usable filament?

Continue reading “Toolchanging Printers Get A Nozzle Hanky Like No Other”

Random Robot Makes Random Art

For the price of a toothbrush and a small motor with an offset weight, a bristlebot is essentially the cheapest robot that can be built. The motor shakes the toothbrush and the bristle pattern allows the robot to move, albeit in a completely random pattern. While this might not seem like a true robot that can interact with its environment in any meaningful way, [scanlime] shows just how versatile this robot – which appears to only move randomly – can actually be used to make art in non-random ways.

Instead of using a single bristlebot for the project, three of them are built into one 3D printed flexible case where each are offset by 120°, and which can hold a pen in the opening in the center. This allows them to have some control on the robot’s direction of movement. From there, custom software attempts to wrangle the randomness of the bristlebot to produce a given image. Of course, as a bristlebot it is easily subjected to the whims of its external environment such as the leveling of the table and even the small force exerted by the power/communications tether.

With some iterations of the design such as modifying the arms and control systems, she has an interesting art-producing robot that is fairly reliable for its inherently random movements. For those who want to give something like this a try, the code for running the robot and CAD files for 3D printing the parts are all available on the project’s GitHub page. If you’re looking for other bristlebot-style robots that do more than wander around a desktop, be sure to take a look at this line-following bristlebot too.

Thanks to [johnowhitaker] for the tip!

Continue reading “Random Robot Makes Random Art”

Fertilizing Plants With A Custom 3D-Printed Pump

For all but the most experienced gardeners and botanists, taking care of the soil around one’s plants can seem like an unsolvable mystery. Not only does soil need the correct amount of nutrients for plants to thrive, but it also needs a certain amount of moisture, correct pH, proper temperature, and a whole host of other qualities. And, since you can’t manage what you can’t measure, [Jan] created a unique setup for maintaining his plants, complete with custom nutrient pumps.

While it might seem like standard plant care on the surface, [Jan]’s project uses a peristaltic pump for the nutrient solution that is completely 3D printed with the exception of the rollers and the screws that hold the assembly together. With that out of the way, it was possible to begin adding this nutrient solution to the plants. The entire setup from the pump itself to the monitoring of the plants’ soil through an array of sensors is handled by an ESP32 running with help from ESPHome.

For anyone struggling with growing plants indoors, this project could be a great first step to improving vegetable yields or even just helping along a decorative houseplant. The real gem is the 3D printed pump, though, which may have wider applications for anyone with a 3D printer and who also needs something like an automatic coffee refilling machine.

Dynamic Build Platforms For 3D Printers Remove Supports And Save Material

We’re all too familiar with the 3D printing post-processing step of removing supports, and lamenting the waste of plastic on yet another dwindling reel of filament. When the material is expensive NinjaFlex or exotic bio-printers, printing support is downright painful. A group at USC has come up with a novel way of significantly reducing the amount of material that’s 3D printed by raising portions of the bed over time, and it makes us wonder why a simpler version isn’t done regularly.

In the USC version, the bed has a bunch of square flat metal pieces, with a metal tube underneath each. The length of the tube determines the eventual height of that square. Before the print is made, the bed is prepared by inserting the appropriate length tubes in the correct squares. Then, during the print, a single motor pushes a platform up, and based on the height of the pin, that portion of the bed raises appropriately, then stops at the right height.

This is a significant savings over having a matrix of linear motors or servos to control each square, at the cost of having to prepare the pins for each print.

But it has us wondering; since CURA and other slicing software have the ability to pause at height, what if the slicing software could allow for the placement of spacer blocks of a known size? The user would have a variety of reusable spacer blocks, and position them in the software, and the slicer would build the support material starting on top of the block. It could print a rectangle on the base layer to aid in proper placement of the blocks during printing, and pause at the correct heights to let the user insert the blocks. At the end of the print a lot less support material has been used.

For situations where you want to leave your print to run unattended, or if the cost of the material is low enough that it doesn’t justify the effort, then maybe this isn’t worth it. Another problem might be heating that platform, though since only support material will be printed on it, some curling won’t matter much. What do you think?

Continue reading “Dynamic Build Platforms For 3D Printers Remove Supports And Save Material”

Get A Better Look At E3D’s Tool-changing 3D Printer Kit

Want a closer, in-depth look at E3D’s motion system and tool-changing platform? [Kubi Sertoglu] shared his impressions after building and testing the system, which comes in the form of a parts bundle direct from E3D costing just under $3000 USD. The project took [Kubi] about 15 hours and is essentially built from the ground up. The system is definitely aimed at engineers and advanced prosumers, but [Kubi] found it to be of remarkable quality, and is highly pleased with the end results.

E3D Motion system and toolchanger, with four extruders

We first saw E3D’s design announced back in 2018, when they showed their working ideas for a system that combined motion control and a toolchanger design. The system [Kubi] built uses four 3D printing extruders for multi-material prints, but in theory the toolheads could just as easily be things like grippers, lasers, or engravers instead of 3D printing extruders.

One challenge with tool changing is ensuring tools mount and locate back into the same place, time after time. After all, a few fractions of a millimeter difference in the position of a print head would spell disaster for the quality of most prints. Kinematic couplings are the answer to being sure something goes back where it should, but knowing the solution is only half the battle. Implementation still requires plenty of clever design and hard engineering work, which is what E3D has delivered.

Want a closer look at the nitty-gritty? Check out E3D’s GitHub repository for all the details on their toolchanger and motion system.

Motorcycle Needs Custom Latching Switches For Turn Signals

While modern cars have been getting all kinds of fancy features like touch screens, Bluetooth, crumple zones, and steering wheel controls, plenty of motorcycles have remained firmly in the past. Some might have extra options like a fuel gauge or even ABS if you’re willing to spend extra, but a good percentage of them have the bare minimum equipment required by law. That equipment is outdated and ripe for some improvements too, like this ergonomic custom turn signal switch built with custom latching switches.

Since motorcycle turn signals don’t self-cancel like car signals the rider has to cancel it themselves, usually by pushing an inconveniently tiny button. This assembly consists of four separate switches, two of which control the left and right turn signals. Since both can’t be on at the same time, they include circuitry that can detect their position and a small motor that can physically de-latch them if the other one is pressed. The entire assembly is 3D printed, including the latching mechanism, and they are tied together with a small microcontroller for the controls.

The truly impressive part of this build is the miniaturization, since all four buttons have to be reached with the thumb without removing the hand from the handlebar. The tiny circuitry and mechanical cam for latching are impressive and worth watching the video for. And, if you need more ergonomic improvements for your motorcycle there are also some options for cruise control as well, another feature often lacking in motorcycles.

Continue reading “Motorcycle Needs Custom Latching Switches For Turn Signals”