dovetail-guide/chisel-stroke.html
2026-07-18 13:04:41 +00:00

165 lines
6.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Chisel Stroke • Bryce Cairo</title>
<style>
:root {
--ink: #2c2522;
--paper: #f8f5f0;
--ruling: #d4c8b0;
--accent: #5c4f42;
}
body {
font-family: Georgia, serif;
max-width: 720px;
margin: 40px auto;
padding: 20px;
line-height: 1.6;
background: var(--paper);
color: var(--ink);
}
h1 {
font-size: 2.2rem;
margin-bottom: 0.3em;
letter-spacing: -0.02em;
}
h2 {
font-size: 1.4rem;
margin-top: 2.5em;
border-bottom: 2px solid var(--ruling);
padding-bottom: 0.5em;
}
.lead {
font-size: 1.2rem;
font-style: italic;
margin-bottom: 2em;
color: var(--accent);
}
.spec-table {
width: 100%;
border-collapse: collapse;
margin: 1.5em 0;
font-family: "Courier New", monospace;
font-size: 0.9rem;
}
.spec-table th, .spec-table td {
border: 1px solid var(--ruling);
padding: 10px;
text-align: left;
}
.spec-table th {
background: #efe8dd;
}
img {
width: 100%;
max-width: 720px;
margin: 24px 0;
border: 1px solid var(--ruling);
}
.caption {
font-size: 0.85rem;
color: var(--accent);
margin-top: 8px;
font-style: italic;
}
.step {
margin: 1.5em 0;
padding-left: 1em;
border-left: 3px solid var(--ruling);
}
.nav {
margin-bottom: 40px;
font-family: "Courier New", monospace;
}
.nav a {
margin-right: 20px;
color: var(--accent);
text-decoration: none;
border-bottom: 1px dotted var(--ruling);
}
footer {
margin-top: 60px;
font-size: 0.875rem;
color: var(--accent);
border-top: 1px solid var(--ruling);
padding-top: 20px;
}
.warning {
background: #efe8dd;
padding: 1em;
border-left: 4px solid var(--accent);
margin: 1.5em 0;
font-size: 0.95rem;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="nav">
<a href="index.html">Home</a>
<a href="joint.html">The Joint</a>
<a href="chisel-stroke.html">Chisel Stroke</a>
</div>
<h1>The Chisel Stroke</h1>
<p class="lead">Not a metaphor. A procedure. How the blade enters white oak, how the shoulder yields, and why the angle is everything.</p>
<img src="https://images.pexels.com/photos/7109996/pexels-photo-7109996.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Craftsman using a chisel on wood with precision">
<div class="caption">Bevel-up chisel, 25° included angle. Note the thumb placement on the handle.</div>
<h2>I. Tool Selection</h2>
<table class="spec-table">
<tr><th>Parameter</th><th>Value</th><th>Rationale</th></tr>
<tr><td>Blade Width</td><td>12mm (1/2")</td><td>Narrow enough for tight shoulders, wide enough for stability</td></tr>
<tr><td>Included Angle</td><td>25° (bevel-up)</td><td>Balance between edge retention and entry ease</td></tr>
<tr><td>Hollow Grind Radius</td><td>~6"</td><td>Minimizes friction during the final shaving</td></tr>
<tr><td>Handle Material</td><td>Boxwood</td><td>Density matches hand pressure; no slip when damp</td></tr>
</table>
<h2>II. The Entry Angle</h2>
<div class="step">
<strong>Position:</strong> Hold chisel at 15° from vertical, bevel facing the waste. Not 10°, not 20°. Fifteen degrees lets the bevel ride the surface while the edge bites the shoulder line.
</div>
<div class="step">
<strong>Thumb Pressure:</strong> Apply downward force through the thumb pad on the upper handle, not the palm. This transmits vibration directly to the wrist, letting you feel the grain direction change.
</div>
<div class="step">
<strong>The Tap:</strong> Light mallet strike—just enough to seat the edge. Listen for the tone change from ring to dull thud. Ring means air gap; thud means contact.
</div>
<h2>III. The Cut Sequence</h2>
<p>From the shoulder line inward, in three passes:</p>
<ol>
<li><strong>Score:</strong> One continuous shave along the shoulder line, removing 0.3mm. Establishes the reference plane.</li>
<li><strong>Par:</strong> Parallel cuts at 2mm intervals, each removing 0.5mm. Waste falls away in ribbons, not chips.</li>
<li><strong>Final:</strong> Single pass at 0.1mm thickness. The shaving curls completely around the blade.</li>
</ol>
<div class="warning">
<strong>Failure Mode:</strong> If the shaving splinters ahead of the edge, the angle is too steep. Lift 2° and reset. If the edge digs and tears backward, you're below 12°—lower the bevel.
</div>
<h2>IV. Grain Alignment</h2>
<p>White oak from the Catawba River bend runs at a 3° spiral. Approach all cuts from uphill grain. Test with a thumbnail: press perpendicular to the face. If it catches, reverse direction.</p>
<img src="https://images.pexels.com/photos/30907896/pexels-photo-30907896.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Traditional dovetail joint being carved">
<div class="caption">The completed joint. Notice the clean shoulder line—no tear-out, no hesitation marks.</div>
<h2>V. Verification</h2>
<table class="spec-table">
<tr><th>Test</th><th>Pass Condition</th><th>Tool</th></tr>
<tr><td>Squareness</td><td>&lt;0.05mm deviation over 25mm</td><td>Combination square</td></tr>
<tr><td>Surface Flatness</td><td>No light leakage under straightedge</td><td>250mm hardened steel</td></tr>
<tr><td>Shoulder Cleanliness</td><td>Zero tear-out visible at 10x magnification</td><td>Jeweler's loupe</td></tr>
</table>
<footer>
<p>Grounded in Wikidata Q221790 (woodworking joint) • <a href="https://4ort.xyz/entity/woodworking-joint">source</a></p>
<p>Made in the Blue Ridge foothills • 2026</p>
</footer>
</body>
</html>