Printrbot Simple Metal Upgrade

Printrbot Simple Metal Upgrade

Though I received it weeks ago, I finally got a chance to install the x-axis upgrade for my Printrbot. I now have 4 more inches in the x direction, and a heated build plate.

2016-06-26 22.51.30

I also installed a new Ubis13 hotend to replace the offbrand E3DV6 that leaked all over the place. This required printing a new fan mount, which you can see coming off the hotend in the picture. I’m looking forward to printing with new materials and making use of the extra space. More to follow!

Reviving an Old Powderbed Printer

Reviving an Old Powderbed Printer

A little over a year ago, our group acquired this old ZCorp 310 printer from surplus. This machine uses powderbed technology, where an inkjet deposits liquid binder on a plaster material, fusing it together into a solid object. This brand of printer is rarely seen nowadays, since the company is now owned by 3D Systems. With no material, no accessories, and no software, we were unsure if it was even functional. After a bit of digging though some forum posts, I was able to get a copy of the manual for the printer. This gave me a decent guide to get the printer hooked up and powered on. By connecting the printer to my computer via a crossover cable, I could edit the network settings and make the printer accessible from anywhere on campus!

Filament Extrusion

Filament Extrusion

Despite the wide range of available thermoplastics, sometimes spools of filament with desirable electromagnetic or mechanical properties are not commercially available. For this reason, our research group acquired a Filabot filament extruder. Pellets of thermoplastic are loaded in through the hopper, and pushed through a heating element via an auger. The nozzles are bolts with different sized holes for 3 mm and 1.75 mm filament.

2016-05-10 12.09.43

Today I got a chance to make some filament. The process is simple enough, though extrusion is extremely slow. Setting up a spooling apparatus with built-in quality assurance is my next project.

Laser Mount for Classroom Use

Laser Mount for Classroom Use

A friend of mine was in need of a set of cheap lasers for a class he was teaching on optics. Instead of using enclosed laser pointers that ran on obscure button cell batteries, he decided to purchase laser diodes and wire them for connection to a benchtop power supply. This allows for a more hands-on approach for the students, getting them more involved in the projects they are working on.

CT Scan to STL

CT Scan to STL

Recently, I have been reading on 3d printing in the medical field. The ability to go beyond a screen allows for visualization and practice of surgery without the patient having to go under the knife. A friend was kind enough to get me a copy of her recent CT scan data so I could attempt to get a 3d-printable object out of it. Using the guide found here, I had little trouble extracting the data, generating a model, and exporting it to an STL file.

New Nozzle Under The Microscope

New Nozzle Under The Microscope

new nozzle

I picked up a new hot end for the Printrbot the other day. This one is modeled after the popular E3D V6 hot end, which has an all-metal design. Unfortunatly, you get what you pay for, and this inexpensive clone oozed out the top and bottom of the heater block. Lesson learned, buy the official tried-and-true equipment. While I was heating things up to remove the stray PLA, I was able to use one of the microscopes in the lab to check out the new 0.4mm nozzle that came with the hot end. Here is a pic I snapped with my phone on the microscope objective, and an older pic from a few months ago of an old nozzle for comparison:

Silicon Cell Print

Silicon Cell Print

For a demonstration piece, I was sent a model of a silicon unit cell to print. This was an enjoyable endeavor, and lead to an interesting discovery in the post-processing procedure on the Form1+

2015-11-09 18.41.55.jpg

I ended up printing two of these. One was left in the alcohol bath for 2 days, and when removed, was extremely flexible. While I need to be careful with the timing, the flex should make it more resistant to cracking, especially if the unit cell is being passed around during a demonstration.

Logo Print

Logo Print

The other day, I was tasked with 3d printing a logo from a nearby company. The design was a simple compass with a superimposed letter “e.” Being such a simple design, I decided to model it directly in AutoDesk Inventor.

Soda Cap

Soda Cap

A close friend works at a nearby bee farm, assembling and packing various products to ship out. This manufacturing involves a lot of dust floating around the production floor, and he asked if I could print something that would snap over his soda can to keep the stray particles out. I figured this was a perfect opportunity to practice some 3d CAD and get the printer going.

2014-08-16 16.56.39

I intended the first version to simply rotate around the top of the can, protecting the hole from dust. The fit over the lip of the can was a bit tight, making rotation difficult. While this may have gotten the job done, I figured I could do better, so I moved on to Version 2.

3d Scanner - MATLAB

3d Scanner - MATLAB

For a project in my computational physics class, I wanted to create something more than a program. With an old webcam, a pantry turntable, and a cheap laser, I figured I could use MATLAB’s image processing abilities to create proof-of-concept 3d scanner.

2014-05-09 15.17.55.jpg

By centering the object on the turntable, and projecting the laser line onto the object, I can use the camera to collect images while rotating the object at known intervals. The images are then fed into a MATLAB script that calculates the deviation of the laser from the center of the image. Using these deviations, I can plot the location in Cartesian coordinates, and have a rough estimation of the objects outer dimensions.