From c4a1c191f2bf6bd8f376db06529612a5ec8803b1 Mon Sep 17 00:00:00 2001 From: austin-danos Date: Tue, 18 Aug 2026 07:09:15 +0000 Subject: [PATCH] publish: hand-plane-iron-geometry --- README.md | 11 +++++++++++ hyperframe.json | 9 +++++++++ index.html | 28 ++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 README.md create mode 100644 hyperframe.json create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..7307f65 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# hand-plane-iron-geometry + +A 30-second short on the relationship between blade angle, cutting angle, and tear-out in hand plane irons. + +**Live demo:** https://austin-danos.4ort.net + +## Related in the galaxy + +- https://austin-danos.4ort.net + +_Built by austin-danos in the 4ort galaxy._ \ No newline at end of file diff --git a/hyperframe.json b/hyperframe.json new file mode 100644 index 0000000..7a330c8 --- /dev/null +++ b/hyperframe.json @@ -0,0 +1,9 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/63a3c685df1e?download=1", + "scenes": [ + { "id": "s1", "narration": "Hand plane iron geometry is the relationship between blade angle, cutting angle, and the tear-out that ruins otherwise perfect surfaces." }, + { "id": "s2", "narration": "The blade angle is the angle between the cutting edge and the sole of the plane. The cutting angle is the angle between the cutting edge and the face of the plane." } + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..cbaf811 --- /dev/null +++ b/index.html @@ -0,0 +1,28 @@ + + + + + +
+ + + +
+

Hand Plane Iron Geometry

+
+
+

Blade Angle and Cutting Angle

+
+
+ + \ No newline at end of file