adding lap joint example

This commit is contained in:
OddlyTimbot 2026-01-08 15:13:30 -05:00
parent ba7d44f249
commit 9976f3b72d

View File

@ -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.