Wildcard

IMG_20260520_120227.jpg

1. Week Assignments

We're doing composites this week.

group assignment:

  • produce test coupons for your composite fabrication process(es)

individual assignment:

  • read the safety data sheet (SDS) and technical data sheet (TDS) for the resins that you're using
  • design and fabricate a 3D mold (~ft2) and produce a fiber composite part in it, with resin infusion and compaction#+end_quote

2. Prior Knowledge

I once watched my father-in-law apply glass fiber and epoxy to a canoe. So, no-not really.

3. Work!

3.1. Group

Materials used:

  • Binders:
    • Bio Base: Corn flour and glycerol
    • Epoxy: Smooth-On Tarbender Epoxy
  • Fibers:
    • Wide threaded burlap
    • Close weave linnen
IMG_20260515_115603.jpg
Figure 1: Preparing our tests
IMG_20260515_125645.jpg
Figure 2: Mixing the corn flour and glycerol

We used 20x20cm triplex, baking paper, and clamps to press the materials together for curing.

IMG_20260515_130416.jpg
Figure 3: Clamped down for curing

The epoxy safety sheet contains many warnings about skin contact and inhalation, so we opened the windows and Christian geared up to make the mixture.

IMG_20260519_165705.jpg
Figure 4: Smooth-On Tarbender part B
IMG_20260515_133647.jpg
Figure 5: Respirator and gloves
IMG_20260515_134053.jpg
Figure 6: Mixing part A and B by weight
IMG_20260515_141322.jpg
Figure 7: Curing in the fume cabinet

3.1.1. Results

The results were, uhm, interesting. Our tests with epoxy were glued to the table and the corn flour did not cure at all.

Epoxy results:

2 layers linnen
flexible and breakable by had
4 layers burlap with soft foam core
very strong
6 layers burlap
super strong
IMG-20260518-110240.jpg
Figure 8: Excess epoxy flowed out and cured (photo by Christian)
IMG-20260518-111520.jpg
Figure 9: All test strips (photo by Christian)
IMG-20260518-111535.jpg
Figure 10: Corn flour and glycerol mix did not cure (photo by Christian)
IMG-20260518-111605.jpg
Figure 11: Six layers of burlap and epoxy is very strong (photo by Christian)

3.2. Individual

I designed a simple bowl in OpenSCAD: a hollowed-out half-sphere scaled over the z-axis with a flattened bottom.

$fn = 200;
d = 200;

module main() {
  difference() {
    scale([1, 1, .5]) sphere(d = d);
    translate([d / -2, d / -2, 0]) cube([d, d, d]);
    translate([d / -2, d / -2, d * -1.2]) cube([d, d, d]);
    echo(d * .2);
  }
}

color("#FDD835") difference() {
  main();
  translate([0, 0, 1]) scale([.95, .95, .95]) main();
}
bowl.png.jpg

For the top / inner mold, I scaled the model down by 5%.

bowl-outer.png.jpg
Figure 12: Bottom/outer mold
bowl-inner.png
Figure 13: Top / inner mold

3.2.1. Milling a Mold

I imported the models into V-Carve using STL files and moved the model up to 2mm below the surface of the foam.

IMG_20260519_105327.jpg
Figure 14: Setting the Zero Plane on the bottom of the model
IMG_20260519_104740.jpg
Figure 15: Moving the model up in the foam

For the roughing, I used the following settings:

Tool
5mm End Mill
Pass Depth
3mm
Stepover
4.5mm
Spindle Speed
7000rpm
Feed Rate
10mm/sec
Plunge Rate
10mm/sec
IMG_20260519_104812.jpg
Figure 16: Roughing mill settings

For the finishing, I used the following settings:

Tool
5mm End Mill
Stepover
1mm
Spindle Speed
7000rpm
Feed Rate
10mm/sec
Plunge Rate
10mm/sec
IMG_20260519_104552.jpg
Figure 17: Finish mill settings
IMG_20260519_113618.jpg
Figure 18: First roughing pass
IMG_20260519_124134.jpg
IMG_20260519_150415.jpg
Figure 19: Almost done

3.2.2. Applying the Mold

For fibers, I cut wide-threaded burlap in a circle to fit the mold. Heleen helped me prepare the burlap (she was the only one who could fit the protective gloves we had available).

IMG_20260519_160404.jpg
Figure 20: Prepared the fume cabinet with a bin liner
IMG_20260519_162035.jpg
Figure 21: Heleen massaging the Tarbender mix in

I covered the mold with Vaseline-coated cling-foil before layering the saturated burlap.

IMG_20260519_162447.jpg
Figure 22: Saturated burlap in the mold

There was a lot of epoxy left, so I decided to pour all of it into the mold.

IMG_20260519_164616.jpg
Figure 23: Both sides of mold applied and pressed down

It's a bit hard to see, but epoxy is leaking out.

3.2.3. Results

After curing for at least 12 hours, I took it out of the mold. Well, I wrestled it out of the mold! Because of the excess epoxy, the foam mold was glued shut, and the cling-foil and Vaseline did not do a very good job as a release agent.

IMG_20260520_112840.jpg
IMG_20260520_113128.jpg
IMG_20260520_113353.jpg
IMG_20260520_114210.jpg

The result is quite nice.

IMG_20260520_114544.jpg
Figure 24: Transparent!
IMG_20260520_115239.jpg
Figure 25: Not reproducible; one of a kind
IMG_20260520_122215.jpg
Figure 26: It's a bowl!
IMG_20260520_120227.jpg
Figure 27: Stroopwafels!

To be honest, it still needs some Dremel-time to make it look nice. Also, it's quite brittle.

4. Reflection

This week felt like a distraction, IMHO. Especially milling a mold, which took a lot of time (probably also because the feed rate was a bit low).

4.1. Good

The result matches stroopwafels very well.

4.2. Bad

Although the transparency looks very nice, it needs more fiber to be strong.

4.3. Ugly

The mold was totally destroyed because I used too much epoxy; it overflowed and ended up being a big mess.

5. Source Files

Copyright © 2026 Remco van 't Veer

Licensed under a
CC BY 4.0

Build using
GNU Emacs, Org Mode and GNU Guix

Source code hosted at
gitlab.fabcloud.org