Fail Of The Week: Casting A Bolt In A 3D-Printed Mold

Here’s a weird topic as a Fail of the Week. [Pete Prodoehl] set out to make a bolt the wrong way just to see if he could. Good for you [Pete]! This is a great way to learn non-obvious lessons and a wonderful conversation starter which is why we’re featuring it here.

The project starts off great with a model of the bolt being drawn up in OpenSCAD. That’s used to create a void in a block which then becomes two parts with pegs that index the two halves perfectly. Now it’s time to do the casting process and this is where it goes off the rail. [Pete] didn’t have any flexible filament on hand, nor did he have proper mold release compound. Considering those limitations, he still did pretty well, arriving at the plaster bold seen above after a nice coat of red spray paint.

One side of the mold didn’t make it

He lost part of the threads getting the two molds apart, and then needed to sacrifice one half of the mold to extract the thoroughly stuck casting. We’ve seen quite a bit of 3D printed molds here, but they are usually not directly printed. For instance, here’s a beautiful mold for casting metal but it was made using traditional silicon to create molds of the 3D printed prototype.

Thinking back on it, directly 3D printed molds are often sacrificial. This method of pewter casting is a great example. It turns out gorgeous and detailed parts from resin molds that can stand up to the heat but must be destroyed to remove the parts.

So we put it to you: Has anyone out there perfected a method of reusable 3D printed molds? What printing process and materials do you use? How about release agents — we have a guide on resin casting the extols the virtues of release agent but doesn’t have any DIY alternatives. What has worked as a release agent for you? Let us know in the comments below.

When Stirling Engines Meet 3D Printers

Let’s face it, everybody wants to build a Stirling engine. They’re refined, and generally awesome. They’re also a rather involved fabrication project which is why you don’t see a lot of them around.

This doesn’t remove all of the complexity, but by following this example 3D printing a Sterling engine is just about half possible. This one uses 3D printing for the frame, mounting brackets, and flywheel. That wheel gets most of its mass from a set of metal nuts placed around the wheel. This simple proof-of-concept using a candle is shown off in the video after the break, where it also gets an upgrade to an integrated butane flame.

Stirling engines operate on heat, making printed plastic parts a no-go for some aspects of the build. But the non-printed parts in this design are some of the simplest we’ve seen, comprising a glass syringe, a glass cylinder, and silicone tubing to connect them both. The push-pull of the cylinder and syringe are alternating movements caused by heat of air from a candle flame, and natural cooling of the air as it moves away via the tubing.

We’d say this one falls just above mid-way on the excellence scale of these engines (and that’s great considering how approachable it is). On the elite side of things, here’s a 16-cylinder work of art. The other end of the scale may not look as beautiful, but there’s nothing that puts a bigger smile on our faces than clever builds using nothing but junk.

Continue reading “When Stirling Engines Meet 3D Printers”

Customize All The Fan Covers You Never Knew You Needed

Do you need a fancy fan cover with precisely specified attributes, but have no desire to design one from scratch? If you answered yes (or no) then [mightynozzle] has the answer. The Customizable Fan Grill Cover is a parametric design in OpenSCAD that allows adjusting the frame style, size, and grill pattern for any fan cover one may possibly need. [mightynozzle] also went the extra mile to provide a large number of pre-made STL files for a variety of designs in a wide range of sizes, so those who don’t want to fuss with customizing can simply download and print.

Normally Thingiverse would allow customizing this model’s attributes with their built-in Customizer, but the functionality and availability of that feature is spotty. Luckily it’s always an option to download the source and do the customizing directly in OpenSCAD. For those who may be intrigued but are not sure where to start, here’s a reminder that we covered how to make a thing with OpenSCAD that demonstrates the whole process.

Hybrid 3D-Printer Creates Complete Circuits, Case And All

The cool kids these days all seem to think we’re on the verge of an AI apocalypse, at least judging by all the virtual ink expended on various theories. But our putative AI overlords will have a hard time taking over the world without being able to build robotic legions to impose their will. That’s why this advance in 3D printing that can incorporate electronic circuits may be a little terrifying, at least to some.

The basic idea that [Florens Wasserfall] and colleagues at the University of Hamburg have come up with is a 3D-printer with a few special modifications. One is a separate extruder than squirts a conductive silver-polymer ink, the other is a simple vacuum tip on the printer extruder for pick and place operations. The bed of the printer also has a tray for storing SMD parts and cameras for the pick-and-place to locate parts and orient them before placing them into the uncured conductive ink traces.

The key to making the hardware work together though is a toolchain that allows circuits to be integrated into the print. It starts with a schematic in Eagle, which joins with the CAD model of the part to be printed in a modified version of Slic3r, the open-source slicing package. Locations for SMD components are defined, traces are routed, and the hybrid printer builds the whole assembly at once. The video below shows it in action, and we’ve got to say it’s pretty slick.

Sure, it’s all academic for now, with simple blinky light circuits and the like. But team this up with something like these PCB motors, and you’ve got the makings of a robotic nightmare. Or not.

Continue reading “Hybrid 3D-Printer Creates Complete Circuits, Case And All”

Resuming Failed 3D Prints Automatically

What happens to your 3D printer if the power goes out? What happens if there’s a jam in the nozzle? What happens if your filament breaks, runs out, or turns into a plate of spaghetti? For all these situations, the print fails, wasting plastic and time. For his Hackaday Prize entry, [robert] has come up with a tiny device that saves all those failed prints, and it does it without batteries or a UPS.

The idea behind [robert]’s box is to monitor all the G-code being sent to the printer, and allow a print to be resumed after a failure. The design is simple enough — just a USB mini port on one end, a USB A port on the other, and three buttons in between. This box logs the G-code, and if the printer happens to fail, the box will spring into life allowing you to resume a print from any Z position.

Already [robert] has tested this box on a number of printers including the Prusa i3, the Creality CR-10, and the ever-popular, explodey Anet A8. The project has already gone through a few hardware revisions and there is, of course, a fancy 3D printed enclosure for the board. It’s a great project, and one of the more interesting 3D printing tools we’ve seen in this year’s Hackaday Prize.

3D Printer Time Lapse Videos Ditch The Blur

Example output of Octolapse with the print head absent from the images.

Most time-lapse videos of 3D prints show a steadily growing print with a crazy blur of machine movement everywhere else. This is because an image is captured at a regular time interval, regardless of what’s physically going on with the machine. But what if images were captured at consistent machine positions instead? [FormerLurker]’s Octolapse plugin for OctoPrint came out of beta recently and does exactly that, and the results are striking. Because OctoPrint knows where a 3D printer’s print head is at all times, it’s possible for a plugin to use this information to create time-lapse videos where the print head position is consistent instead of a crazy blur, or even have the print head absent from the shot altogether.

[FormerLurker] had originally created stabilized time lapses by hand editing G-code, which had great results but was inefficient and time-consuming. This plugin is the result of his work at automating and enhancing the process, and is also his first serious open source programming project. We’ve covered upgrading a 3D printer with OctoPrint before, and the plugins functionality of OctoPrint means features can be added independently from the core system, which itself largely remains a one-woman effort by creator and maintainer [Gina Häußge].

 

3D-Printer Gets Hot-Swappable Hot-Ends

3D printers can be hacked into a multitude of useful machines, simply by replacing the filament extruder with a new attachment such as a laser engraver or plotter.

However, [geggo] was fed up with re-wiring and mounting the printhead/tool every time he wanted to try something new, and set out to design a modular printhead system for next-level convenience. The result? A magnetic base-plate, allowing a 3D printer to become a laser engraver within a matter of seconds. This new base-plate mounts onto the existing ball bearings and provides a sturdy place for attachments to snap to – with room for two at once.

Using neodymium magnets to mount the printhead to the base-plate provides enough force to keep the attachment in place and compress 30 pogo pins, which make the electrical connections. These carry the lines which are common to all attachments (heater, thermistor and fan), as well as custom connections for certain attachments – for example the extruder stepper motors.  A Flexible Flat Cable (FFC) is used to connect the pogo pin PCB to the main controller.

So far, the list of tools available for fitting includes an MK8 extruder, a E3D v6 hotend (for Bowden extrusion), a laser, a micrometer dial indicator, and a pen plotter (used for writing a batch of wedding invitations!). There was even some success milling wood.

For some automated extruder switching action we’ve shown you in the past, check out the 3d-printer tool changer.

Continue reading “3D-Printer Gets Hot-Swappable Hot-Ends”