> For the complete documentation index, see [llms.txt](https://ms-kb.msd.unimelb.edu.au/machine-workshop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/steam-bending.md).

# Steam Bending

Steam bending is the process of heating up timber to make it maleable enough to form into a curve. It is an old technique commonly used in chair manufacturing and, if done well, is far lest wastefull than other curve forming techniques.

If you've decided to do some steam bending you'll find the videos below will give you some usefull information on how to get started and what to expect. As a quick reference guide some things to remember are:

* Kiln dried timber will need to be steamed for 2 hours for every 25mm of thickness.
* The grain runout should be less than 25mm over 300mm.
* Thicker timbers and tighter bends typicaly have less spring back.
* American Oak, Ash and American Maple are good bending timbers.
* Use a compression strap.

## Steam bending problems and solutions

In this video you'll hear some tips and tricks that aim to help achieve the best outcomes from steam bending. The machine workshop doesn't have a steaming or bending setup like this but the principles are the same.

{% embed url="<https://www.youtube.com/watch?v=1pPKUgpn0CI>" %}

## Steam bending a chair.

This video shows a mix of thin strip steam bending and curved lamination. It allows you to produce tighter curves more consistently but it does use far more material.

{% embed url="<https://www.youtube.com/watch?v=yZxuWoahHA8>" %}

## Introduction to steam bending.

This is a great introduction to steam bending! Here you'll see the kind of forms you'll need to make and how to set-up and make a compression strap.

{% embed url="<https://www.youtube.com/watch?v=sixOY7b20hM&t=755s>" %}

## Another introduction to steam bending.

In this video you'll see how to set up and bend thick pieces of timber using a hand winch.

{% embed url="<https://www.youtube.com/watch?v=61ZI5jg9Ya0>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/steam-bending.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
