From 9976f3b72d307b9aef15d598daa3c26ad16bc1be Mon Sep 17 00:00:00 2001 From: OddlyTimbot Date: Thu, 8 Jan 2026 15:13:30 -0500 Subject: [PATCH] adding lap joint example --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 4c76003..777f9be 100644 --- a/Readme.md +++ b/Readme.md @@ -19,6 +19,7 @@ Learn to design for, and correct problems commonly encountered in building for C * Coordinating double-sided operations * Edge-treatments and engraving * Surfacing operations +* Lap Joints ### Joints and Helper Objects Go in-depth on creating joints that can be produced on a CNC machine, and learn to use helper objects for solving tricky problems.