5. 3D Printing and Scanning

This week we got an introduction to 3D printing and scanning. The tasks for the week were to

A Brief 3D Printing Overview

We learned important settings and key things to consider when printing our 3D models, such as

Initial 3D Design

I designed a simple “shoulder” and “elbow” joint in grasshopper, all parametric. The shoulder I made a ball and socket joint and the elbow was a simple pin hinge. A big lesson I learned was to probably sketch the design before starting to do it parametrically. I had a vague idea of the design in my head but realized midway after adding components that some of my ideas wouldn't really work. All that experimenting made my code quite messy.

Spaghetti anyone?

I also struggled with some elements that would've made my design better. softening the flat sides at the end of the socket really was a doozy. In the end I had some workarounds but decided they weren't quite good enough and left it as is.

Settling for a flat tooshy

First Print Attempt

On the first print, to get faster feedback I had decided to just print the first component (so not include the socket portion of the joint). I also printed very small to cut down on print time. I used a Creality Ender-3 Pro printer with a 0.6mm extruder

Learning from Mistakes

Finally I loaded the mini SD card with the gcode file containing my model and put it into the 3D printer's slot. GCode files are basically the instructions that most 3D printers take to know where to print and move. The first thing I did wrong was not check the printing material. I had simply assumed it was the one I wanted. It was not—it was the flexible material (TPU). That print was cut short. After that, I was advised to increase the heat on the extruder from the preconfigured settings the machine had for PLA material. The settings had 185 Celsius and we were advised to use 215.

First print finishing

Finally I hit print again with the correct material loaded into the extruder. This time printing went smoothly and it finished just about on the timeline it said it would (30 minutes). I had my first piece in my hand! It didn’t look like much but hey, it existed. It was a bit rough to get off the build platform but with a spatula eventually it pops off the surface.

In the beginning...
First print finishing

Post-Printing Challenges

Then the supports were the next issue. Because (I think) my piece was already so small and dainty, taking the supports off proved to be a pain in the rump. I used a mix of a box cutter and pliers to cut and pull off the support material. Once that was done though it became very apparent that the hinge was not bending! I could see the rod was more or less completely attached to the holes it went through, which meant it could not rotate freely defeating the purpose of the idea.

So much support it felt smothered

Refining the Design

I was told 0.35 mm was sufficient in terms of spacing but I went ahead and added another 0.3 mm of spacing between the holes and rod. The bigger issue though was more likely related to a setting I had in the 3D printing software. I had supports “everywhere” vs just from the build platform. This meant that support was built between technically separated parts. And since my arm was so cute and small, that was already enough to bind them together by accident.

Successful Hinge Mechanism

So I made those changes and reprinted. But this time for the sake of efficiency I also printed the socket + platform component next to the reprint of the arm. The reprint went well and this time after removing the supports the hinge worked!

Two prints at the same time

Adjusting the Joint Fit

Now time to pop the ball end of the arm into the socket to see how that goes. It clicked in but was far too loose. It worked unstably and would pop out often. I had put too much size difference between the ball and the socket. I also wondered if the socket was too shallow.

I increased the wall height ever so slightly and also made the socket a bit smaller—effectively removing 0.3 mm of spacing. Because I had the working arm hinge already I only reprinted the socket. This time the ball popped in more snuggly and was able to move. The required force to move the arm was a bit too much for my taste but it did work.

It
Now
Works

Clay 3D Printing

On the final day of the week I really wanted to give the 3D clay printing a try. As one of my peers, Andrea, is a resident expert it seemed like a great opportunity to learn.

The first issue I ran into was with my model. Because of the softness of the printing material (clay), I had to make changes to my original vase design.

Original vase idea-ribbons on the sides flared out a bit too much.
Vase idea that would actually work

After that I had to download Repetier-Host This program takes a gcode file which the 3D printer with the clay extruder works with. Conveniently, a grasshopper plugin, Mamba, created right here at the Barcelona fab lab was also created to help created gcodes and plan the paths for 3D models to work with ceramic printers. Some very important settings had to be set before the gcode output would work well with the printer, however.

Mamba Settings for slicer
Mamba settings for gcode

These were extremely important, like ensuring the base has enough layers for stability, for example. The major gotchya setting, however, was "Extrusion flow" on the g-code settings. The default was 0.5 which I did not notice or change. For hours I wondered why no clay was being extruded when I started my job.

In dire need of prune juice

With the help of my classmate, Riichiro, we were able to tediously go through all of the differences in our settings until we happened upon this one. The correct flow setting was closer to 50, which meant my value was 100x off! After switching that and recalculating the g-code for my model, clay finally did start to flow, although not perfectly. Thanks to Andrea we were able to make tweaks to the speed of the nozzle and flow rate of the clay to get things working really smoothly. And because Riichie and I took everything apart and put it back together it was a great learning experience.

Andrea staying optimistic
Riichie putting in werk
The start of something special
First clay print going smoothly!

Unfortunately though, at some point my computer lost connection with the printer and when I reconnected...

Printer Hungry

So I relaunched. But this time with more success. Next time upon reconnecting, I'll be more careful of where the extruder is located.

Finishing up
Praise be

3D Scanning Overview

We went over 3 different types of scanning.

3D Scanning Fun

For my 3D scan I worked with Carolina and Christine. I also participated in scanning Danni's glorious face.

Me secretly scanning the back of Danni's head

For the main task of scanning each other we used a program called Skanect and an old xbox connect camera. These were opensourced several years ago and now work as serviceable 3D scanners. Impressive! To scan each other, we opened the program, select we want to scan a "body" and hit run. You then walk around the person as slowly and steadily as possible. Think a sloth but much slower.

The ideal 3D Scanner Operator

After a few lousy attempts we managed to scan Christine and export an STL file to be edited in other modeling software. Some key things to keep in mind were filling holes- the areas where we didn't scan as well- and cutting off the bottom portion of the scan to ensure we had a closed solid at the bottom.

Scanning Christine

Lessons Learned

Model Files

All model files can be found here.