For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cutouts in the Left Plane

This code:

cutoutsLeft = 
[
    [10, 0,  0,  0, 7, yappCircle, yappCenter]
   ,[40, 0, 10, 14, 0, yappRectangle, yappCoordPCB]
   ,[70, 0, 10, 14, 0, yappRectangle, yappCenter, yappCoordPCB]
];

Last updated