Index: index.html =================================================================== --- index.html (revision 19277) +++ index.html (revision 19278) @@ -128,6 +128,19 @@

Note: for some layer types whether compositing is allowed depends on the subtype (purpose). +

+Each layer group has a purpose field, which functions as a +subtype. The value is a free form text for user defined groups, but pcb-rnd +recognizes (and handles specially) the following combinations: +

+ +
Layer purpose combination recongized +
main type purpose special meaning +
boundary uroute unplated, routed bounary: routed outline of the board +
boundary proute plated, routed bounary: routed outline of the board with copper plating +
mech uroute unplated, routed inner cutout: unplated slots and small inner cutouts, done with drilling or routing or punch-through +
mech proute plated, routed inner cutout: plated slots and small inner cutouts, done with drilling or routing or punch-through (typical for oval/rectanglar pins) +

2.4. Basic Drawing Objects