# Intervention IV

## Exploring Alternative Methods for Shoe Sole Production

For this project, I wanted to explore different methods of creating shoe soles. According to my research, industrial shoe sole production typically involves steel molds with EVA (Ethylene-Vinyl Acetate) melted inside at very high temperatures. Alternatively, some shoes simply use leather soles. My goal was to investigate production methods that would be both simpler to implement and offer greater customization possibilities.

### Method 1: CNC Machining

The first approach involved using CNC (Computer Numerical Control) machines to remove material from a composite sandwich I created. This layered structure consisted of three different materials:

* Expanded polyethylene
* Stratacell
* Industrial EVA

As you can see from the various photographs, the results weren't perfect since these materials aren't ideal for CNC machining. Nevertheless, the concept itself had merit, and I was able to observe how these different materials behaved under machining conditions.

<figure><img src="/files/2n62KooPWUVAqqRQoeJL" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/j2lNikuIE2ujS1f1Pm63" alt=""><figcaption></figcaption></figure> <figure><img src="/files/mLsMCGOORhtcchDNBFTr" alt=""><figcaption></figcaption></figure> <figure><img src="/files/h8o26qnWClPJQcDIyvKl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8UhTSDEVwkajufnWfwzy" alt=""><figcaption></figcaption></figure></div>

### Method 2: Silicone Molding

For the second method, I experimented with silicone molds, which would allow me to use materials that could either dry or be poured directly into the mold. This required 3D printing the sole shape first.

The primary challenge with this approach was the significant material consumption. The silicone volume required, even for a reduced-size sole compared to actual size, was approximately 500 mL of each of the two solutions to be mixed—totaling 1 liter, which is substantial. Additionally, 3D printing the sole in PLA plastic represented another significant material investment, even considering the possibility of recycling the plastic afterward.

<div><figure><img src="/files/mtPktPoHhdTWlwe7K0Bl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Z7IvqNfzX2y9QIfdBTHz" alt=""><figcaption></figcaption></figure></div>

### Conclusion

After exploring these two methods, I'm uncertain whether I've found a truly viable solution for my project. Both approaches have their limitations in terms of material efficiency, quality of results, and practicality for small-scale production.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://auxence-daillen-organisation.gitbook.io/auxence-daillen/terms/term-2/design-studio-02/intervention-iv.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
