Index: index.html =================================================================== --- index.html (revision 6228) +++ index.html (revision 6229) @@ -43,9 +43,22 @@ full control over an explicit layer: objects can be added or removed or changed any time. A virtual layer has no such flexibility: pcb-rnd computes its content from explicit layers and there's no way to change the result -directly. A layer has a type and a location. +directly. A layer is always part of a layer group. + +

2.3. layer groups

-Layer types are: +One or more explicit layers form a layer group. All pcb-rnd layers +of a layer group will end up on the same physical layer. The visibility of +layers in a layer group are toggled together. The main use of layer groups +is to exploit that layers have different drawing color on screen: there +can be a signal and a gnd layers with different color in the same layer group, +on the same physical layer. +

+Since layer groups donate the physical layers, a board stack-up +is built of layer groups. Substrates are layer groups without drawable +layers in them. +

+Layer group types are:

-Note: pcb-rnd does not model substrate layers. -

-Layer locations are: +Layer group locations are:

-Not all combination of type and location are supported, for example an internal -silk layer does not make much sense. The table below lists whether a -combination is supported or not. +Not all combination of type and location are supported, for an outline layer +is always global. The table below lists whether a combination is supported +or not.

  top bottom intern global @@ -77,15 +88,6 @@
paste yes yes no no
-

2.3. layer groups

-

-One or more explicit layers form a layer group. All pcb-rnd layers -of a layer group will end up on the same physical layer. The visibility of -layers in a layer group are toggled together. The main use of layer groups -is to exploit that layers have different drawing color on screen: there -can be a signal and a gnd layers with different color in the same layer group, -on the same physical layer. -

2.4. Basic drawing objects

Pcb-rnd supports a small number of basic drawing objects, from which complex