~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to doc/pcb.html/Layer-Controls.html

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-02-20 13:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050220131400-pfz66g5vhx0azl8f
Tags: 1.99j+20050127-2
* Improved package description: (closes: #295405)
* Fixed dependency: tk84 -> tk8.4 (closes: #295404)
* Updated README.debian (closes: #269578)
* Applied patch to src/djopt.c to allow compilation with gcc-4.0
  (closes: #294319), thanks to Andreas Jochens for the patch.
* Prevent example files from being compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>Pcb</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name="description" content="Pcb">
 
6
<meta name="generator" content="makeinfo 4.6">
 
7
<meta http-equiv="Content-Style-Type" content="text/css">
 
8
<style type="text/css"><!--
 
9
  pre.display { font-family:inherit }
 
10
  pre.format  { font-family:inherit }
 
11
  pre.smalldisplay { font-family:inherit; font-size:smaller }
 
12
  pre.smallformat  { font-family:inherit; font-size:smaller }
 
13
  pre.smallexample { font-size:smaller }
 
14
  pre.smalllisp    { font-size:smaller }
 
15
--></style>
 
16
</head>
 
17
<body>
 
18
<div class="node">
 
19
<p>
 
20
Node:&nbsp;<a name="Layer%20Controls">Layer Controls</a>,
 
21
Next:&nbsp;<a rel="next" accesskey="n" href="Tool-Selectors.html#Tool%20Selectors">Tool Selectors</a>,
 
22
Previous:&nbsp;<a rel="previous" accesskey="p" href="Panner-Control.html#Panner%20Control">Panner Control</a>,
 
23
Up:&nbsp;<a rel="up" accesskey="u" href="Application-Window.html#Application%20Window">Application Window</a>
 
24
<hr><br>
 
25
</div>
 
26
 
 
27
<h3 class="subsection">The Layer Controls</h4>
 
28
 
 
29
<p>The layer control panel, located below the panner control, is used to turn on
 
30
and off the display of layer groups and to select the active drawing layer. 
 
31
If a layer hasn't been named, the label "<em>(unknown)</em>" is used as the default. 
 
32
If this happens, it probably means the application resources are not installed
 
33
properly.
 
34
 
 
35
   <p>The upper buttons are used to switch layers on and off. Click
 
36
<em>&lt;Btn1&gt;</em> on one or more of them. Each click toggles the setting. 
 
37
If you turn off the currently active layer, another one that is visible
 
38
will become active. If there are no others visible, you will not be
 
39
able to turn off the active layer. 
 
40
When the layers are grouped, clicking on these buttons will toggle
 
41
the visibility of all layers in the same group. This is a good idea because
 
42
layers in the same group reside on the same physical layer of
 
43
the actual board. Notice that this example has 2 groups each having
 
44
3 layers, plus two other layers named <code>unused</code>. 
 
45
Use the <code>Edit layer groups</code> option in the <code>Settings</code> menu to
 
46
change the layer groupings. Note that changing the groupings can
 
47
radically alter the connectivity on the board. 
 
48
Grouping layers is only useful for helping you to color-code
 
49
signals in your layout. Note that grouping layers actually reduces the number
 
50
of different physical layers available for your board, so to make an eight
 
51
layer board, you cannot group any layers.
 
52
 
 
53
   <p>The <em>far side</em> button turns on and off the visibility of elements
 
54
(including SMD pads) on the opposite (to the side you're viewing)
 
55
board side, as well as silk screening on that side. It does not
 
56
hide the x-ray view of the other copper layers, these must be turned off
 
57
separately if desired.  Use the <em>tab</em> key to view the entire board from the other
 
58
side.  To see a view of what the back side of the board will actually look like,
 
59
make the solder layer the active layer then press <em>tab</em> until the status
 
60
line says "solder" on the right, then turn off the visibility of all layers
 
61
except solder, pins/pads, vias, and silk. Now turn them all back on.
 
62
 
 
63
   <p>The lowest button, named <em>active</em>, is used to change the active
 
64
drawing layer. Pressing <em>&lt;Btn1&gt;</em> on it pops up a menu to select which
 
65
layer should be active. 
 
66
Each entry is labeled with the layer's name and drawn in its color. 
 
67
The active layer is automatically made visible. The active layer is
 
68
always drawn on top of the other layers, so the ordering of layers
 
69
on the screen does not generally reflect the ordering of the manufactured
 
70
board. Only the solder, component, silkscreen, and solder-mask layers
 
71
are always drawn in their physical order. Bringing the active layer
 
72
to the top makes it easier to select and change objects on the active layer. 
 
73
Try changing the active layer's name to <em>ABC</em> by selecting
 
74
<code>edit name of active layer</code> from the <code>Edit</code> menu. 
 
75
Changing the active layer can also be done by pressing keys
 
76
<em>1..MAX_LAYER</em>.
 
77
 
 
78
   <p>Turn off the visibility of the component layer. 
 
79
Now make the component layer the active layer. Notice that it
 
80
automatically became visible. Try setting a few
 
81
other layers as the active layer. You should also experiment
 
82
with turning on and off each of the layers to see what happens.
 
83
 
 
84
   <p>The netlist layer is a special layer for adding connections to
 
85
the netlist by drawing rat lines. This is not the recommended
 
86
way to add to the netlist, but occasionally may be convenient. 
 
87
To learn how to use the netlist layer see <a href="Net-Objects.html#Net%20Objects">Net Objects</a>.
 
88
 
 
89
   </body></html>
 
90