Cutouts in the Left Plane
//-- left plane -- origin is pcb[0,0,0]
// (0) = posx
// (1) = posz
// (2) = width
// (3) = height
// (4) = angle
// (5) = { yappRectangle | yappCircle }
// (6) = { yappCenter }
cutoutsLeft = [
[10, 0, 14, 8, 0, yappCircle]
, [40, 0, 10, 14, 0, yappRectangle]
, [70, 0, 10, 14, 0, yappRectangle, yappCenter]
];


Last modified 7mo ago