Cutouts in the Back Plane
//-- back plane -- origin is pcb[0,0,0]
// (0) = posy
// (1) = posz
// (2) = width
// (3) = height
// (4) = angle
// (5) = { yappRectangle | yappCircle }
// (6) = { yappCenter }
cutoutsBack = [
[10, -4, 20, 10, 0, yappRectangle]
, [55, 0, 10, 14, 0, yappRectangle, yappCenter]
, [40, 5, 10, 10, 0, yappCircle]
];

Last modified 7mo ago