Skip to main content

REPLICATED/REMEDIATED: MOLD POSITIVES & MATCH PLATE

 


                 Last Supper 2023
                 Medium: Optimistic Students, Instructor, Acrylic, Plaster, Tape
                 Site-Specific Performance    




We reached the end to this project and were building plaster mould's and finally some traumatic experiences with slip casting and lots of waiting.


Good soup <3

We agitate plaster in water to facilitate an exothermic reaction that would lead into it solidifying. Its a great experience like making chowder or adding starch into boiling water except the water is freezing.






Finishing this plaster mould. 



Before slip casting ensure that the mould plates are fully dry, once that is complete start pouring up to the rim and wait for the clay to precipitate. 




On the first try the clay did form around the plaster, mine but did not really dry but the first once is always discarded to clear out any impurities like petroleum jelly and dirt. It wasn't really clear how long we were supposed to wait and it was a lot trial and error. Some of the actual ceramic students mentioned that slip should've dried around 45mins but still be pliable.

But on the third try.........


I managed to get a proper form and the patterns just look so cool on the object.


Drying time


Final Result on its Leather with some minimal retouching.


Comments

Popular posts from this blog

PO1: The Bespoke Object, Refining.

Week 2:  I pretty much spent the entire week modifying the model. Mostly to make it usable for patterning, and maybe to also have it ready for animation, but I might take a different route on that. It was possible to just use the draft model, but working from experience anything that is curved on an inflatable would have a tendency to straighten. Because air volume inside the soft structure would have a tendency to push on all directions. To mitigate this, I instead opted for a flatter structure that resembles a crocodile more than a salamander. I do appreciate the whimsy of the initial draft.   Tools Used: Nomad Sculpt, Blender, Rhino, Cozy Blanket. When designing models I tend to jump between software, Its easier to design soft and organic structures using mesh based modelling or sculpting. And I happen to have a variety of choices to choose from, each with a with a specific strength but none can do it best.  Below is my workflow on Nomad Sculpt which is an I...

Interactive Circuit: LED Panner

 MADT 304 week 2: In this week we where tasked with wiring up an interactive circuit that can control multiple LEDs.  Class discussion also introduced the use of "if" statements which allow the use of Boolean logical  operators(>/</>=/<=/==/&&) in order to filter data flow or command events. Using a Potentiometer and mapping out thresholds with if  statements we can pan LEDs.  Code :                                              float potMapped; void setup() { // put your setup code here, to run once: Serial.begin(9600); pinMode(8, OUTPUT); pinMode(10, OUTPUT); pinMode(11, OUTPUT); pinMode(12, OUTPUT); pinMode(13, OUTPUT); } void loop() { // put your main code here, to run repeatedly: potMapped = map(analogRead(A1), 0, 1023, 0, 255); if (analogRead(A1) >= 0 && analogRead(A1) = 250 && analogRead(A1) 420 && ...

OBDF 310 Milestone: Stacked Slices Laser cut Final

  This week in my Object design class, we were able to finalize out designs for laser cutting slices. My penguin model has gone through a couple of design adjustments mostly to have a cleaner and readable structure. simplifying the model makes it easier to distinguish, spherical curves on the original brep reference doesn't seem to provide appealing slices so I decided to go with a more geometric form. Once processed through grass hopper I didn't have a need to include wings because the tapered form still translates to something that appears like a wing.   On the left are the initial slices, the right is the cleaner side decided to mirror to create a more readable model. Above is the layout for laser cutting, I ended up layering the cut-outs manually because the grid method shown in last weeks class was quite troublesome. I just couldn't figure out how to pull of the grid placement on vector direction and didn't want to spend too much time confusing myself. (The penguin...