blob: 80a78dde27684d42dec360b29060d25d7d762392 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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>
|