Fidget Spinners Put The ‘S’ In STEAM Education

Centrifuges are vital to the study of medicine, chemistry, and biology. They’re vital tools to separate the wheat from the chaff figuratively, and DNA from saliva literally. Now, they’re fidget spinners. [Matlek] designed a fidget spinner that also functions as a simple lab centrifuge.

The centrifuge was designed in Fusion 360, and was apparently as easy as drawing a few circles and hitting copy and paste. Interestingly, this fidget spinner was designed to be completely 3D printable, including the bearings. The bearing is a standard 608 though, so if you want to get some real performance out of this centrispinner, off-the-shelf bearings are always an option. The design of this fidget spinner holds 2 mL and 1.5 mL vials, but if your lab has 500 μL tubes on hand, there are handy 3D printable adapters.

Still think using a toy to do Real Science™ is dumb? Contain your rage, because a few months ago a few folks at Stanford devised a way to build a centrifuge out of paper. This paperfuge can — at least theoretically — save lives where real commercial centrifuges or even electricity aren’t available. Fidget spinners save humanity once again.

The Almost Working, DIY Underwater Scooter Pistol Thing

A dive scooter, or a submersible ducted fan used by divers, is not a new invention. They’ve been around for years, used by everyone from the villain of the week on Miami Vice to professional divers. Now that high-capacity Lipos, 3D printers, and powerful brushless motors are cheap, it was only a matter of time before someone built a DIY dive scooter. [Peter Sripol] is the man, and he also built a dive scooter, underwater pistol thing.

[Peter]’s dive scooter is almost entirely 3D printed. That includes the ducted fans/thrusters. The electronics are what you would expect from a grab bag from Hobby King and include two 2530 sized 400Kv motors from Avroto. These are massive motors made for massive quadcopters but they do seem to work just as well pulling a human underwater.

While this dive scooter was a marginal success, there were a few problems [Peter] had to work through. These were the lowest pitch propellers [Peter] has ever printed. To be fair, most of the props [Peter] has printed were used in air, not a fluid that’s hundreds of times denser. The electronics held up very well, considering the bath in salt water.

You can check out [Peter]’s video build and demo below.

Continue reading “The Almost Working, DIY Underwater Scooter Pistol Thing”

Printrbot Teases Infinite Build Volume Printer

[Brook Drumm] of Printrbot is teasing a new 3D printer. This is no ordinary 3D printer; this is an infinite build volume 3D printer, the Next Big Thing™ in desktop fabrication.

The world was introduced to the infinite build volume 3D printer last March at the Midwest RepRap Festival with a built by [Bill Steele] from Polar 3D. The design of [Bill]’s printer began as simply a middle finger to MakerBot’s Automated Build Platform patent. This was patent engineering — [Bill] noticed the MakerBot patent didn’t cover build plates that weren’t offset to the plane of the print head, and it just so happened a printer with a tilted bed could also build infinitely long plastic parts.

While [Bill Steele]’s unnamed printer introduced the idea of an infinite build volume printer to the community, a few pieces of prior art popped up in the weeks and months after MRRF. Several years ago, [Andreas Bastian] developed the Lum Printer, an unbounded conveyor belt printer. A month after MRRF, Blackbelt 3D introduced their mega-scale tilted bed printer and later started a Kickstarter that has already reached $100,000 in pledges.

Right now, details are sparse on the Printrbelt, but there are a few educated guesses we can make. The belt of the Printrbelt appears to be Kapton film attached to some sort of substrate. The hotend and extruder are standard Printrbot accouterments, and the conveyor is powered by a geared stepper motor. All in all, pretty much what you would expect.

We do know that [Brook] and [Bill Steele] are working together on this printer, apparently with [Brook] in charge of the hardware and [Bill] taking either his slicing algorithm or firmware modifications (we’re not exactly sure where the ’tilt’ in the Gcode comes from) and getting this printer running.

While the Printrbelt isn’t ready for production quite yet, this is a fantastic advance in the state of consumer, desktop 3D printing. You can check out [Brook]’s teaser videos below.

Continue reading “Printrbot Teases Infinite Build Volume Printer”

Using Nanotubes To Strengthen 3D Prints

3D printing has brought the production of plastic parts to the desktops and workshops of makers the world over, primarily through the use of FDM technology. The problem this method is that when squirting layers of hot plastic out to create a part, the subsequent vertical layers don’t adhere particularly well to each other, leading to poor strength and delamination problems. However, carbon nanotubes may hold some promise in solving this issue.

A useful property of carbon nanotubes is that they can be heated with microwave energy. Taking advantage of this, researchers coated PLA filament in a polymer film containing carbon nanotubes. As the layers of the print are laid down, the nanotubes are primarily located at the interface between the vertical layers. By using microwaves to heat the nanotubes, this allows the print to be locally heated at the interface between layers, essentially welding the layers together. As far as results are concerned, the team reports an impressive 275% improvement in fracture strength over traditionally printed parts.

The research paper is freely available, which we always like to see. There’s other methods to improve your print strength, too – you could always try annealing your printed parts.

[Thanks ????[d] ???? for the tip]

The 3D Printer Packing Problem

Form Labs recently announced the launch of the Fuse 1, a desktop SLS printer that will print all your parts using nylon powder and a laser. This a fundamentally different method of 3D printing as compared to filament-based machines, and the best way to use a Fuse 1 is to fill the entire volume of the machine with 3D printed parts. [Michael Fogelman] decided to investigate the 3D packing problem, and managed to fill this printer with the maximum number of 3D printed tugboats. If you’re wondering, it’s 113, as compared with 82 tiny Benchies using naive bin packing.

The formal definition of this sort of problem is the bin packing problem, or simply calculating the maximum number of items can be packed into a finite volume. There is no general solution to this problem, and it’s probably impossible to create an algorithm that will solve this problem for any collection of 3D models. Nevertheless, it’s possible to create a solution that shows marked improvement over a naive solution.

[Michael]’s solution involves simulated annealing. This algorithm begins by randomly placing tugboats, then mutating the position or rotation of one of the boats for each iteration. The code is less than 1000 lines of Go and is available on GitHub if you already have an SLS printer at your disposal.

It should be noted this type of problem isn’t particularly new to the world of 3D printers. There have been a few tools to solve the bin-packing problem for filament-based printers, but the solutions to these problems are two-dimensional; since filling a bed is a problem that only uses the ‘shadow’ of the Z-axis of each part, it’s a slightly easier problem to solve.

Now that Form Labs’ Fuse 1 SLS printer has been announced, there is a new application for this type of problem in the space of 3D printers. It’s not a perfect solution — and it’s doubtful there will ever be a perfect solution — but if you’re looking for a way to fill the volume of your powder printer with parts, this is the best you’re going to do.

A Crash Course In Thingiverse Customizer

OpenSCAD is a great way to create objects for 3D printing (or other purposes), especially if you are already used to programming. For things like front panels, it is great because you can easily make modifications and — if you wrote your code correctly–everything will just adjust itself to new positions.

However, what if you have a general-purpose piece of code, and you want people to have the ability to customize it? For example, consider this code:

$fn=100;
difference()
{
  cube([25,25,5]);
  translate([4,4,-1]) cylinder(h=7,r=2);
  translate([25-4,4,-1]) cylinder(h=7,r=2);
  translate([4,25-4,-1]) cylinder(h=7,r=2);
  translate([25-4,25-4,-1]) cylinder(h=7,r=2);
}

That creates the plate with four drill holes you see on the right.

Continue reading “A Crash Course In Thingiverse Customizer”

Another Helping Hands Build

[Punamenon2] wanted a soldering station with integrated helping hands. He couldn’t find one, but he decided it would be a good 3D printed project. In all fairness, this is really 3D printing integrating several off-the-shelf components including a magnifier, a soldering iron holder, a soldering iron cleaner, a couple of “octopus” tripods, and some alligator clips. Total cost? Less than $30.

In addition to holding the Frankenstein monster together, the 3D printed structure also provides a storage tray with special sloped edges to make removing small screws easier.

Continue reading “Another Helping Hands Build”