File: Layer-Controls.html

package info (click to toggle)
pcb 1.99j%2B20050127-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,632 kB
  • ctags: 4,302
  • sloc: ansic: 45,369; pascal: 3,526; sh: 1,140; yacc: 1,076; makefile: 575; lex: 348; perl: 183; awk: 102; tcl: 63
file content (90 lines) | stat: -rw-r--r-- 4,677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<html lang="en">
<head>
<title>Pcb</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Pcb">
<meta name="generator" content="makeinfo 4.6">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
--></style>
</head>
<body>
<div class="node">
<p>
Node:&nbsp;<a name="Layer%20Controls">Layer Controls</a>,
Next:&nbsp;<a rel="next" accesskey="n" href="Tool-Selectors.html#Tool%20Selectors">Tool Selectors</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Panner-Control.html#Panner%20Control">Panner Control</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Application-Window.html#Application%20Window">Application Window</a>
<hr><br>
</div>

<h3 class="subsection">The Layer Controls</h4>

<p>The layer control panel, located below the panner control, is used to turn on
and off the display of layer groups and to select the active drawing layer. 
If a layer hasn't been named, the label "<em>(unknown)</em>" is used as the default. 
If this happens, it probably means the application resources are not installed
properly.

   <p>The upper buttons are used to switch layers on and off. Click
<em>&lt;Btn1&gt;</em> on one or more of them. Each click toggles the setting. 
If you turn off the currently active layer, another one that is visible
will become active. If there are no others visible, you will not be
able to turn off the active layer. 
When the layers are grouped, clicking on these buttons will toggle
the visibility of all layers in the same group. This is a good idea because
layers in the same group reside on the same physical layer of
the actual board. Notice that this example has 2 groups each having
3 layers, plus two other layers named <code>unused</code>. 
Use the <code>Edit layer groups</code> option in the <code>Settings</code> menu to
change the layer groupings. Note that changing the groupings can
radically alter the connectivity on the board. 
Grouping layers is only useful for helping you to color-code
signals in your layout. Note that grouping layers actually reduces the number
of different physical layers available for your board, so to make an eight
layer board, you cannot group any layers.

   <p>The <em>far side</em> button turns on and off the visibility of elements
(including SMD pads) on the opposite (to the side you're viewing)
board side, as well as silk screening on that side. It does not
hide the x-ray view of the other copper layers, these must be turned off
separately if desired.  Use the <em>tab</em> key to view the entire board from the other
side.  To see a view of what the back side of the board will actually look like,
make the solder layer the active layer then press <em>tab</em> until the status
line says "solder" on the right, then turn off the visibility of all layers
except solder, pins/pads, vias, and silk. Now turn them all back on.

   <p>The lowest button, named <em>active</em>, is used to change the active
drawing layer. Pressing <em>&lt;Btn1&gt;</em> on it pops up a menu to select which
layer should be active. 
Each entry is labeled with the layer's name and drawn in its color. 
The active layer is automatically made visible. The active layer is
always drawn on top of the other layers, so the ordering of layers
on the screen does not generally reflect the ordering of the manufactured
board. Only the solder, component, silkscreen, and solder-mask layers
are always drawn in their physical order. Bringing the active layer
to the top makes it easier to select and change objects on the active layer. 
Try changing the active layer's name to <em>ABC</em> by selecting
<code>edit name of active layer</code> from the <code>Edit</code> menu. 
Changing the active layer can also be done by pressing keys
<em>1..MAX_LAYER</em>.

   <p>Turn off the visibility of the component layer. 
Now make the component layer the active layer. Notice that it
automatically became visible. Try setting a few
other layers as the active layer. You should also experiment
with turning on and off each of the layers to see what happens.

   <p>The netlist layer is a special layer for adding connections to
the netlist by drawing rat lines. This is not the recommended
way to add to the netlist, but occasionally may be convenient. 
To learn how to use the netlist layer see <a href="Net-Objects.html#Net%20Objects">Net Objects</a>.

   </body></html>