diff options
Diffstat (limited to 'static/woodworking/tour-à-bois.html')
| -rwxr-xr-x | static/woodworking/tour-à-bois.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/static/woodworking/tour-à-bois.html b/static/woodworking/tour-à-bois.html new file mode 100755 index 0000000..80a78dd --- /dev/null +++ b/static/woodworking/tour-à-bois.html @@ -0,0 +1,43 @@ +<!doctype html> +<html lang="EN"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/style.css"> + <title>Bloggings</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/static/woodworking.html">Back</a> + </header> + <main> + <article> +<h2>Home made wood lathe</h2> +<h5> +2023-11-30 +</h5> +<p>Not having the budget of a prince, I made my own wood lathe.</p> +<p>It can turn bowls up to 38cm in diameter, has a 1400W 1400 rpm motor, and so far 3 speeds, 300, 600 and 1400 rpm.</p> +<p>Today I'm having a lot of fun with it, and this kind of article is always a target for endless improvements.</p> + +<ul> +<li class="articlelink"><a href="/images/tour/index.php">Building the lathe</a></li> +<li class="articlelink"><a href="/images/tournages/index.php">Some of my turnings</a></li> +</ul> + +<iframe id="lbry-iframe" width="560" height="315" src="https://odysee.com/$/embed/DIY-Wood-lathe/749d3e009f0600b332d5641f41aadcef42ca03e3?r=F2Jwby9H75djSbAXdTgLvVdZ7L2efVDc" allowfullscreen></iframe> + +<p>Video of the lath working with a rough cherry bowl ready for final shooting.</p> + +<h3>Update:</h3> +<p>The bearing support wore out and rather than build a new one I replaced it with a <a href="http://wittamore.fr/articles/2024/A-new-lathe.html">Coronet Herald</a></p> + + <p> </p> + </article> + </main> + <footer> + <p>§</p> + </footer> + </body> +</html> |
