Week 6: 3D Printed Clay Cup (MAT238)

by maxmereminsky in Workshop > 3D Printing

59 Views, 0 Favorites, 0 Comments

Week 6: 3D Printed Clay Cup (MAT238)

IMG_0912.jpg
Screenshot 2024-05-13 223813.png

In this project, I created a 3D printed clay cup with an embedded spiral design.

Supplies

  • Rhino (Grasshopper)
  • Potterbot Micro 10

Cup Profile

Screenshot 2024-05-13 232108.png
Screenshot 2024-05-13 223903.png

I started with a Grasshopper file that defined a parametric cup with a base and edited the code. I played with polar equations on Desmos to find the profile I wanted for my cup. The equation I landed on for the profile was

r = R + abs(A*sin(n*theta))

This function allows me to define the radius of the cup, how many bumps there are in the profile, and how deep the bumps are. I implemented the equation in Grasshopper so I could adjust these parameters with sliders.

Cup Texture

Screenshot 2024-05-13 233021.png
IMG_0909.jpg
IMG_0911.jpg

I created the wavy spiral pattern on the surface of the cup by having the Z-axis oscillate on a sine wave. Each layer, the wave was offset by a phase shift which created the spiral. This phase shift by layer introduced a seam between the layers, so I made sure that the seam would be in one of the corners of the profile so it would be hidden. This worked well.


I also gradually transitioned the Z-axis oscillation for the first 5 layers, so there would be no gaps between the layers. This also seemed to work well

GCode Generation

Screenshot 2024-05-13 223937.png

The GCode was generated from the sample Grasshopper file. I copied this data into VSCode to save it as a GCode file for the Potterbot to print.

Printing & Results

IMG_0904.jpg
IMG_0905.jpg
IMG_0907.jpg
IMG_0908.jpg
IMG_0910.jpg

I was initially conservative with the amplitude of the sine wave on the first cup (with Amplitude = 0.5mm), so I made a second cup and doubled the amplitude. I also switched up the profile of the cups between prints, so the first cup had four bumps and the second one had 3. The pattern was much more apparent on the second cup, but I kind of like the subtlety of the first. I am very happy with how this project turned out, the result was very similar to how I imagined it. I plan on glazing these pieces in the coming weeks so I can drink out of them.